MeasureIt!

MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.

Co je MeasureIt!?

MeasureIt! je rozšíření Chrome vyvinuté Online Apps, a jeho hlavní funkcí je „MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MeasureIt!

Stáhněte si soubory rozšíření MeasureIt! 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í

                        MeasureIt shows positioning and dimensions in pixel points. You can measure height and width of elements on web page.

HOW IT WORKS 
• Click to the icon of app on the current web page.  
• Draw ruler page and shows width, height, positioning of element.
• Click the icon again to exit the measurement.                    

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

Název MeasureIt! MeasureIt!
ID keoagpbljgpdoldcmfpgicnpijmfompi
Oficiální URL https://chromewebstore.google.com/detail/measureit/keoagpbljgpdoldcmfpgicnpijmfompi
Popis MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.
Velikost souboru 103 KB
Počet instalací 12,336
Aktuální Verze 1.2.4
Poslední Aktualizace 2022-10-05
Datum Vydání 2020-06-13
Hodnocení 1.97/5 Celkem 37 Hodnocení
Vývojář Online Apps
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.min.js",
            "backgroundMeasureIt.js"
        ]
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "MeasureIt"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styleMeasureIt.css"
            ],
            "js": [
                "measureIt.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.",
    "manifest_version": 2,
    "name": "MeasureIt!",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2.4",
    "icons": {
        "48": "ico_48.png",
        "128": "ico_128.png"
    }
}