Differen-CSS
Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
What is Differen-CSS?
Differen-CSS is a Chrome extension developed by ptdimitry, and its main feature is "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page".
Extension Screenshots
Download Differen-CSS Extension CRX File
Download Differen-CSS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :) Extension Basic Information
| Name | |
| ID | mhdldhbhcebniefiggncejedoicijole |
| Official URL | https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole |
| Description | Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page |
| File Size | 25.1 KB |
| Installation Count | 96 |
| Current Version | 0.11 |
| Last Updated | 2016-10-26 |
| Publish Date | 2016-10-26 |
| Rating | 2.00/5 Total 1 Ratings |
| Developer | ptdimitry |
| Payment Type | free |
| Supported Languages | 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
} | |