Div Density
This extension shows the density of elements on your page
Apa itu Div Density?
Div Density adalah ekstensi Chrome yang dikembangkan oleh https://andersfisher.com, dan fitur utamanya adalah "This extension shows the density of elements on your page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Div Density
Unduh file ekstensi Div Density dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Div Density |
ID | akhjnfacldhnbhkpmhebkfocmheaicif |
URL Resmi | https://chromewebstore.google.com/detail/div-density/akhjnfacldhnbhkpmhebkfocmheaicif |
Deskripsi | This extension shows the density of elements on your page |
Ukuran File | 6.95 KB |
Jumlah Instalasi | 404 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-07-25 |
Tanggal Publikasi | 2014-07-25 |
Penilaian | 4.17/5 Total 6 Penilaian |
Pengembang | https://andersfisher.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } } |