Simple Ruler
A very simple ruler to check your webpage, without ads, without secrets, just a ruler.
Cos'è Simple Ruler?
Simple Ruler è un'estensione di Chrome sviluppata da https://simplerulerextension.com, e la sua funzione principale è "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.".
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
Check the measures of components can be easier than open the dev tools and check the size of a component. With the simple ruler extension, you just click and move your mouse over the components to see the width and height.
Informazioni di Base sull'Estensione
Nome | Simple Ruler |
ID | ddhlibhghnglpoacapkoffkcgfijcfkg |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-ruler/ddhlibhghnglpoacapkoffkcgfijcfkg |
Descrizione | A very simple ruler to check your webpage, without ads, without secrets, just a ruler. |
Dimensione del File | 43.05 KB |
Conteggio Installazioni | 1,496 |
Versione Corrente | 28.0.0 |
Ultimo Aggiornamento | 2023-08-17 |
Data di Pubblicazione | 2021-10-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://simplerulerextension.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://simplerulerextension.com/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Ruler", "description": "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.", "version": "28.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage", "webNavigation" ], "action": { "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } } |