Measure-it

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

Qu'est-ce que Measure-it ?

Measure-it est une extension Chrome développée par trishul.goel, et sa fonction principale est "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Measure-it

Téléchargez les fichiers d'extension Measure-it au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Customize the overlay and selector from extension options.                    

Informations de Base sur l'Extension

Nom Measure-it Measure-it
ID jocbgkoackihphodedlefohapackjmna
URL Officiel https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna
Description Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
Taille du Fichier 19.9 KB
Nombre d'Installations 74,144
Version Actuelle 2.1.0
Dernière Mise à Jour 2018-12-23
Date de Publication 2018-12-23
Évaluation 3.86/5 Total 36 Évaluations
Développeur trishul.goel
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tsl143/measure-it
URL de la Page d'Aide https://github.com/tsl143/measure-it/issues
Langues Prises en Charge 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"
        }
    }
}