How can I measure pixels in Chrome without an extension?
Due to security limitations at work, I am not allowed to install Chrome extensions. Chrome has a ruler built in to the developer tools, but I can't figure out how to define start and end points like a ruler would permit. Are there any tools or techniques for measuring pixels that don't require installing a Chrome extension? Matt Zeunert You could create your own ruler functionality and paste it into the console. Here's a basic example: var fromX, fromY; var svg = document.createElementNS ('http://www.w3.org/2000/svg',"svg"); svg.setAttribute("style", "position: absolute; top:0;left:0;height: "