CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
Co je CSS Gradient Inspector?
CSS Gradient Inspector je rozšíření Chrome vyvinuté Rafael Caricio, a jeho hlavní funkcí je „Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CSS Gradient Inspector
Stáhněte si soubory rozšíření CSS Gradient Inspector 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í
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. You can also toggle every element's gradient like different layers. It's useful for debugging. This project is open source and you can follow more updates at the GitHub repository: https://github.com/rafaelcaricio/gradient-inspector If you have any feedback, please create an issue at https://github.com/rafaelcaricio/gradient-inspector/issues
Základní Informace o Rozšíření
Název | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
Oficiální URL | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Popis | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Velikost souboru | 284 KB |
Počet instalací | 1,792 |
Aktuální Verze | 0.2.0 |
Poslední Aktualizace | 2014-10-01 |
Datum Vydání | 2014-10-01 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | Rafael Caricio |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/rafaelcaricio/gradient-inspector |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Gradient Inspector", "version": "0.2.0", "description": "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.", "devtools_page": "devtools.html", "manifest_version": 2, "icons": { "16": "img\/pretty_logo_x16.png", "48": "img\/pretty_logo_x48.png", "128": "img\/pretty_logo_x128.png" } } |