Measure-it

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

Hvad er Measure-it?

Measure-it er en Chrome-udvidelse udviklet af trishul.goel, og dens hovedfunktion er "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.".

Udvidelsesskærmbilleder

screenshot

Download Measure-it-udvidelses-CRX-fil

Download Measure-it-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Customize the overlay and selector from extension options.                    

Grundlæggende oplysninger om udvidelsen

Navn Measure-it Measure-it
ID jocbgkoackihphodedlefohapackjmna
Officiel URL https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna
Beskrivelse Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
Filstørrelse 19.9 KB
Antal Installationer 74,144
Nuværende Version 2.1.0
Senest Opdateret 2018-12-23
Udgivelsesdato 2018-12-23
Bedømmelse 3.86/5 Samlet 36 Bedømmelser
Udvikler trishul.goel
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/tsl143/measure-it
Hjælpeside-URL https://github.com/tsl143/measure-it/issues
Understøttede Sprog 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"
        }
    }
}