Differen-CSS
Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
什么是Differen-CSS?
Differen-CSS是由ptdimitry开发的Chrome扩展程序,该扩展的主要功能是“Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page”。
扩展截图
下载Differen-CSS扩展crx文件
下载Differen-CSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a tool for Web Developers that keeps track of all the CSS modifications made in the current page - inline, embedded and linked. The changes are saved in a separate panel (in developer tools) and could be downloaded for updating reference. Please note that the extension is still in very alpha stage, and not intended for a lot of CSS changes P.S. link to github to follow :)
扩展基本信息
名称 | |
ID | mhdldhbhcebniefiggncejedoicijole |
官方URL | https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole |
简介 | Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page |
文件大小 | 25.1 KB |
安装次数 | 96 |
当前版本 | 0.11 |
更新时间 | 2016-10-26 |
上架时间 | 2016-10-26 |
评分 | 2.00/5 共1次评分 |
开发者 | ptdimitry |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Differen-CSS", "version": "0.11", "description": "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page", "devtools_page": "main-differen-css.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "inpage-differen-css.js" ], "manifest_version": 2 } |