Div Density
This extension shows the density of elements on your page
Vad är Div Density?
Div Density är en Chrome-tillägg utvecklad av https://andersfisher.com, och dess huvudfunktion är "This extension shows the density of elements on your page".
Tilläggsskärmbilder
Ladda ner Div Density-förlängningens CRX-fil
Ladda ner Div Density-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
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! Grundläggande Information om Tillägg
| Namn | |
| ID | akhjnfacldhnbhkpmhebkfocmheaicif |
| Officiell webbadress | https://chromewebstore.google.com/detail/div-density/akhjnfacldhnbhkpmhebkfocmheaicif |
| Beskrivning | This extension shows the density of elements on your page |
| Filstorlek | 6.95 KB |
| Antal Installationer | 404 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-07-25 |
| Publiceringsdatum | 2014-07-25 |
| Betyg | 4.17/5 Totalt 6 Betyg |
| Utvecklare | https://andersfisher.com |
| Betalningssätt | free |
| Stödda Språk | 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
}
} | |