Differen-CSS
Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
Co je Differen-CSS?
Differen-CSS je rozšíření Chrome vyvinuté ptdimitry, a jeho hlavní funkcí je „Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Differen-CSS
Stáhněte si soubory rozšíření Differen-CSS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 :)
Základní Informace o Rozšíření
Název | |
ID | mhdldhbhcebniefiggncejedoicijole |
Oficiální URL | https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole |
Popis | Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page |
Velikost souboru | 25.1 KB |
Počet instalací | 96 |
Aktuální Verze | 0.11 |
Poslední Aktualizace | 2016-10-26 |
Datum Vydání | 2016-10-26 |
Hodnocení | 2.00/5 Celkem 1 Hodnocení |
Vývojář | ptdimitry |
Typ Platby | free |
Podporované Jazyky | 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 } |