Dimensions – Measure everything you see in the browser
felixniklas.com
Dimensions – Measure everything you see in the browser
1–10 of 59 posts
Re: Dimensions – Measure everything you see in the browser
#2By the way source may be found here https://github.com/mrflix/dimensions
Re: Dimensions – Measure everything you see in the browser
#3Re: Dimensions – Measure everything you see in the browser
#4It's beautiful, and does a terrific job displaying the tool's functionality in a playful, interactive way. Kudos!
Re: Dimensions – Measure everything you see in the browser
#5And if you just want a box that can be dragged around there's Page Ruler: https://chrome.google.com/webstore/detail/page-ruler/jlpkojj...
Re: Dimensions – Measure everything you see in the browser
#6Great job, it's amazing how accurate it is. Getting this tool to be reliable had to be a substantial struggle.
If you find this extension useful, there might be a situation when you need to measure stuff that is not inside your browser. SnapRuler (http://www.snaprulerapp.com) is an OSX tool that can measure anything you see on screen.
Re: Dimensions – Measure everything you see in the browser
#7Re: Dimensions – Measure everything you see in the browser
#8For those that don't see a use case: Chrome's dev tools work well for measuring things within the context of the box model, but so much of what I measure on a regular basis isn't captured there. The best example I can think of is measurements relative to some text's baseline—the distance between the bottom baseline of some text and the border of its parent container, including adjustments for line height, padding, and related margins, for instance. This extension would also work for things that aren't even represented in the box model, like the distance between two shapes in a element.
One feature suggestion: it'd be great to be able to click or use another keyboard shortcut to set arbitrary anchor points on the page. That way, I could measure the distance between elements that aren't necessarily on the same vertical or horizontal axis. That's one thing that OS X's screenshot utility is great for (though perhaps unintentionally).
Re: Dimensions – Measure everything you see in the browser
#9I am very impressed.
Re: Dimensions – Measure everything you see in the browser
#10Similarly, one thing I often find myself needing to do is find the hex or RGB value of an element of pixel on the fly. I know there are osx apps that do this but they're usually of the paid variety. Are there any good chrome extensions that can accomplish this?