Measure-it

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

Co je Measure-it?

Measure-it je rozšíření Chrome vyvinuté trishul.goel, a jeho hlavní funkcí je „Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Measure-it

Stáhněte si soubory rozšíření Measure-it ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Customize the overlay and selector from extension options.                    

Základní Informace o Rozšíření

Název Measure-it Measure-it
ID jocbgkoackihphodedlefohapackjmna
Oficiální URL https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna
Popis Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
Velikost souboru 19.9 KB
Počet instalací 74,144
Aktuální Verze 2.1.0
Poslední Aktualizace 2018-12-23
Datum Vydání 2018-12-23
Hodnocení 3.86/5 Celkem 36 Hodnocení
Vývojář trishul.goel
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/tsl143/measure-it
URL Stránky Nápovědy https://github.com/tsl143/measure-it/issues
Podporované Jazyky 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"
        }
    }
}