Measure-it

Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.

What is Measure-it?

Measure-it is a Chrome extension developed by trishul.goel, and its main feature is "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.".

Extension Screenshots

screenshot

Download Measure-it Extension CRX File

Download Measure-it extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Customize the overlay and selector from extension options.                    

Extension Basic Information

Name Measure-it Measure-it
ID jocbgkoackihphodedlefohapackjmna
Official URL https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna
Description Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
File Size 19.9 KB
Installation Count 74,144
Current Version 2.1.0
Last Updated 2018-12-23
Publish Date 2018-12-23
Rating 3.86/5 Total 36 Ratings
Developer trishul.goel
Email [email protected]
Payment Type free
Extension Website https://github.com/tsl143/measure-it
Help Page URL https://github.com/tsl143/measure-it/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Measure-it",
    "description": "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.",
    "version": "2.1.0",
    "icons": {
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_32.png",
        "default_title": "Measure-it"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "open-measure-it": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "Open MeasureIt"
        }
    }
}