Measure-it

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

Cos'è Measure-it?

Measure-it è un'estensione di Chrome sviluppata da trishul.goel, e la sua funzione principale è "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Measure-it

Scarica i file di estensione Measure-it in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Customize the overlay and selector from extension options.                    

Informazioni di Base sull'Estensione

Nome Measure-it Measure-it
ID jocbgkoackihphodedlefohapackjmna
URL Ufficiale https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna
Descrizione Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
Dimensione del File 19.9 KB
Conteggio Installazioni 74,144
Versione Corrente 2.1.0
Ultimo Aggiornamento 2018-12-23
Data di Pubblicazione 2018-12-23
Valutazione 3.86/5 Totale 36 Valutazioni
Sviluppatore trishul.goel
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tsl143/measure-it
URL della Pagina di Aiuto https://github.com/tsl143/measure-it/issues
Lingue Supportate 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"
        }
    }
}