Simple Ruler

Measure it!

Vad är Simple Ruler?

Simple Ruler är en Chrome-tillägg utvecklad av punxnot, och dess huvudfunktion är "Measure it!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Simple Ruler-förlängningens CRX-fil

Ladda ner Simple Ruler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Simple Ruler Simple Ruler
ID akmainiinlejjdanmfhkhfkekfolhdai
Officiell webbadress https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai
Beskrivning Measure it!
Filstorlek 26.08 KB
Antal Installationer 12,626
Aktuell Version 0.0.2
Senast Uppdaterad 2021-12-29
Publiceringsdatum 2018-12-26
Betyg 3.13/5 Totalt 16 Betyg
Utvecklare punxnot
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}