Div Density
This extension shows the density of elements on your page
What is Div Density?
Div Density is a Chrome extension developed by https://andersfisher.com, and its main feature is "This extension shows the density of elements on your page".
Extension Screenshots
Download Div Density Extension CRX File
Download Div Density extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Div Density |
ID | akhjnfacldhnbhkpmhebkfocmheaicif |
Official URL | https://chromewebstore.google.com/detail/div-density/akhjnfacldhnbhkpmhebkfocmheaicif |
Description | This extension shows the density of elements on your page |
File Size | 6.95 KB |
Installation Count | 404 |
Current Version | 1.0 |
Last Updated | 2014-07-25 |
Publish Date | 2014-07-25 |
Rating | 4.17/5 Total 6 Ratings |
Developer | https://andersfisher.com |
Payment Type | free |
Supported Languages | 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 } } |