Simple Ruler
Measure it!
Cos'è Simple Ruler?
Simple Ruler è un'estensione di Chrome sviluppata da punxnot, e la sua funzione principale è "Measure it!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Ruler
Scarica i file di estensione Simple Ruler 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
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.
Informazioni di Base sull'Estensione
Nome | Simple Ruler |
ID | akmainiinlejjdanmfhkhfkekfolhdai |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai |
Descrizione | Measure it! |
Dimensione del File | 26.08 KB |
Conteggio Installazioni | 12,626 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2021-12-29 |
Data di Pubblicazione | 2018-12-26 |
Valutazione | 3.13/5 Totale 16 Valutazioni |
Sviluppatore | punxnot |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |