CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
Was ist CSS Gradient Inspector?
CSS Gradient Inspector ist eine Chrome-Erweiterung, die von Rafael Caricio entwickelt wurde, und ihr Hauptmerkmal ist "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".
Erweiterungsscreenshots
CSS Gradient Inspector-Erweiterungs-CRX-Datei herunterladen
Laden Sie CSS Gradient Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
Offizielle URL | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Beschreibung | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Dateigröße | 284 KB |
Installationsanzahl | 1,792 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2014-10-01 |
Veröffentlichungsdatum | 2014-10-01 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Rafael Caricio |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rafaelcaricio/gradient-inspector |
Unterstützte Sprachen | 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" } } |