Differen-CSS
Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
Vad är Differen-CSS?
Differen-CSS är en Chrome-tillägg utvecklad av ptdimitry, och dess huvudfunktion är "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page".
Tilläggsskärmbilder
Ladda ner Differen-CSS-förlängningens CRX-fil
Ladda ner Differen-CSS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 :)
Grundläggande Information om Tillägg
Namn | |
ID | mhdldhbhcebniefiggncejedoicijole |
Officiell webbadress | https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole |
Beskrivning | Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page |
Filstorlek | 25.1 KB |
Antal Installationer | 96 |
Aktuell Version | 0.11 |
Senast Uppdaterad | 2016-10-26 |
Publiceringsdatum | 2016-10-26 |
Betyg | 2.00/5 Totalt 1 Betyg |
Utvecklare | ptdimitry |
Betalningssätt | free |
Stödda Språk | 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 } |