Measure It

Minimal and reliable ruler for developers

What is Measure It?

Measure It is a Chrome extension developed by robert-ryu7, and its main feature is "Minimal and reliable ruler for developers".

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

                                            

Extension Basic Information

Name Measure It Measure It
ID kophailholgnnmilkompdbabehgglpij
Official URL https://chrome.google.com/webstore/detail/measure-it/kophailholgnnmilkompdbabehgglpij
Description Minimal and reliable ruler for developers
File Size 7.01 KB
Installation Count 323
Current Version 1.0.0
Last Updated 2018-03-19
Publish Date 2018-03-19
Rating 3.33/5 Total 3 Ratings
Developer robert-ryu7
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Measure It",
    "description": "Minimal and reliable ruler for developers",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "foreground.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": "icons8-ruler-48-bw.png"
    },
    "icons": {
        "48": "icons8-ruler-48.png"
    },
    "permissions": [
        "tabs"
    ]
}