Div Density
This extension shows the density of elements on your page
Wat is Div Density?
Div Density is een Chrome-extensie ontwikkeld door https://andersfisher.com, en de belangrijkste functie is "This extension shows the density of elements on your page".
Extensie Screenshots
Download het CRX-bestand van de extensie Div Density
Download Div Density-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Div Density |
ID | akhjnfacldhnbhkpmhebkfocmheaicif |
Officiële URL | https://chromewebstore.google.com/detail/div-density/akhjnfacldhnbhkpmhebkfocmheaicif |
Beschrijving | This extension shows the density of elements on your page |
Bestandsgrootte | 6.95 KB |
Aantal Installaties | 404 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-07-25 |
Publicatiedatum | 2014-07-25 |
Beoordeling | 4.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://andersfisher.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |