Page Ruler

Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.

Co je Page Ruler?

Page Ruler je rozšíření Chrome vyvinuté Page Ruler, a jeho hlavní funkcí je „Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Page Ruler

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

                        Page Ruler is popular app for measuring elements on web pages. Measure it width and height in pixels on any websites.

Click the icon and draw ruler to get pixel dimensions. The color icon means the on mode for measuremen. The black and white icon means off.

Thank you for installation and please give Page Ruler five stars!                    

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

Název Page Ruler Page Ruler
ID idhjfgkakeliobkfbijghiaklmiaheag
Oficiální URL https://chrome.google.com/webstore/detail/page-ruler/idhjfgkakeliobkfbijghiaklmiaheag
Popis Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.
Velikost souboru 92.3 KB
Počet instalací 54,686
Aktuální Verze 2.0.0
Poslední Aktualizace 2023-06-06
Datum Vydání 2018-07-29
Hodnocení 1.25/5 Celkem 71 Hodnocení
Vývojář Page Ruler
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "off.png",
        "default_title": "Page Ruler"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styleMeasureIt.css"
            ],
            "js": [
                "measureIt.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.",
    "manifest_version": 3,
    "name": "Page Ruler",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "2.0.0",
    "icons": {
        "48": "ico_48.png",
        "16": "ico_16.png",
        "128": "ico_128.png",
        "19": "ico_19.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}