Simple Ruler

Measure it!

Qu'est-ce que Simple Ruler ?

Simple Ruler est une extension Chrome développée par punxnot, et sa fonction principale est "Measure it!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple Ruler

Téléchargez les fichiers d'extension Simple Ruler 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

                        This simple and easy to use tool allows you to measure elements on the web page. Click to start selection, click again to complete it. See the width and height of the area you selected.
You can change the color of background and selection in the Options tab.                    

Informations de Base sur l'Extension

Nom Simple Ruler Simple Ruler
ID akmainiinlejjdanmfhkhfkekfolhdai
URL Officiel https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai
Description Measure it!
Taille du Fichier 26.08 KB
Nombre d'Installations 12,626
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-12-29
Date de Publication 2018-12-26
Évaluation 3.13/5 Total 16 Évaluations
Développeur punxnot
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Measure it!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Simple Ruler"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}