Div Density
This extension shows the density of elements on your page
什麼是Div Density?
Div Density是由https://andersfisher.com開發的Chrome擴展程式,該擴展的主要功能是“This extension shows the density of elements on your page”。
擴展截圖
下載Div Density擴展crx文件
下載Div Density擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | akhjnfacldhnbhkpmhebkfocmheaicif |
| 官方網址 | https://chromewebstore.google.com/detail/div-density/akhjnfacldhnbhkpmhebkfocmheaicif |
| 簡介 | This extension shows the density of elements on your page |
| 檔案大小 | 6.95 KB |
| 安裝次數 | 404 |
| 目前版本 | 1.0 |
| 更新時間 | 2014-07-25 |
| 上架時間 | 2014-07-25 |
| 評分 | 4.17/5 共 6 次評分 |
| 開發者 | https://andersfisher.com |
| 付費類型 | free |
| 支援的語言 | 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
}
} | |