Link to home
Start Free TrialLog in
Avatar of Clive Beaton
Clive BeatonFlag for Australia

asked on

A recommendation for a ruler for Google Chrome.

Can anyone recommend  a ruler for Google Chrome where I can draw an area on a web page with the mouse (similar to Snipping Tool) and get the dimensions in pixels.  

Thanks in advance.
Avatar of Jeffrey Dake
Jeffrey Dake
Flag of United States of America image

I have always used MeasureIt, but I think there are a lot of options out there
Also 99% of the time I just use the developer tools within chrome at the elements tab and go to the compute values.  There it shows you the computed values for the elment you have selected in the inspector.  Most of the time that is really what I care about when it comes to measuring elements.
Avatar of Clive Beaton

ASKER

Sorry for being dumb but how do I get to developer tools?
Oh sorry.  Right click on the page and click Inspect Element.  This will bring up the developer tools page.
Thanks, Jeffrey, but the Inspect Element route was a bit complicated for me.  I wanted something where I could draw a rectangle on screen and see the dimensions.

I looked up Measureit but it's getting some bad reviews since being taken over by another organisation.

Clive
ASKER CERTIFIED SOLUTION
Avatar of Jeffrey Dake
Jeffrey Dake
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Perfect.  Thank you very much.