Div Density
This extension shows the density of elements on your page
Cos'è Div Density?
Div Density è un'estensione di Chrome sviluppata da https://andersfisher.com, e la sua funzione principale è "This extension shows the density of elements on your page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Div Density
Scarica i file di estensione Div Density 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
Div density is a simple extension that toggled the background colour of your elements to show their density on the page, this could be the cure for div-itis!
Informazioni di Base sull'Estensione
Nome | Div Density |
ID | akhjnfacldhnbhkpmhebkfocmheaicif |
URL Ufficiale | https://chromewebstore.google.com/detail/div-density/akhjnfacldhnbhkpmhebkfocmheaicif |
Descrizione | This extension shows the density of elements on your page |
Dimensione del File | 6.95 KB |
Conteggio Installazioni | 404 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-07-25 |
Data di Pubblicazione | 2014-07-25 |
Valutazione | 4.17/5 Totale 6 Valutazioni |
Sviluppatore | https://andersfisher.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Div Density", "description": "This extension shows the density of elements on your page", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "app.js" ], "persistent": false } } |