Measure-it

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

Wat is Measure-it?

Measure-it is een Chrome-extensie ontwikkeld door trishul.goel, en de belangrijkste functie is "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Measure-it

Download Measure-it-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Customize the overlay and selector from extension options.                    

Basisinformatie over de Extensie

Naam Measure-it Measure-it
ID jocbgkoackihphodedlefohapackjmna
Officiële URL https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna
Beschrijving Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
Bestandsgrootte 19.9 KB
Aantal Installaties 74,144
Huidige Versie 2.1.0
Laatst Bijgewerkt 2018-12-23
Publicatiedatum 2018-12-23
Beoordeling 3.86/5 Totaal 36 Beoordelingen
Ontwikkelaar trishul.goel
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/tsl143/measure-it
Help Pagina-URL https://github.com/tsl143/measure-it/issues
Ondersteunde Talen 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"
        }
    }
}