CSS debug alignment
Add background-color on all elements to debug css alignment
什么是CSS debug alignment?
CSS debug alignment是由http://sutterlity.fr开发的Chrome扩展程序,该扩展的主要功能是“Add background-color on all elements to debug css alignment”。
扩展截图
下载CSS debug alignment扩展crx文件
下载CSS debug alignment扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add background-color on all elements to debug css alignment. 扩展基本信息
| 名称 | |
| ID | kokeihndgocdlgibnibeabeljjgehadj |
| 官方URL | https://chrome.google.com/webstore/detail/css-debug-alignment/kokeihndgocdlgibnibeabeljjgehadj |
| 简介 | Add background-color on all elements to debug css alignment |
| 文件大小 | 16.94 KB |
| 安装次数 | 760 |
| 当前版本 | 2.1 |
| 更新时间 | 2017-10-05 |
| 上架时间 | 2017-10-05 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | http://sutterlity.fr |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CSS debug alignment",
"description": "Add background-color on all elements to debug css alignment",
"version": "2.1",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "CSS debug alignment",
"default_icon": "img\/icon.png",
"default_popup": "index.html"
},
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
}
} | |