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!
扩展基本信息
名称 | Div Density |
ID | akhjnfacldhnbhkpmhebkfocmheaicif |
官方URL | 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 } } |