CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
Wat is CSS Gradient Inspector?
CSS Gradient Inspector is een Chrome-extensie ontwikkeld door Rafael Caricio, en de belangrijkste functie is "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".
Extensie Screenshots
Download het CRX-bestand van de extensie CSS Gradient Inspector
Download CSS Gradient Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
Officiële URL | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Beschrijving | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Bestandsgrootte | 284 KB |
Aantal Installaties | 1,792 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2014-10-01 |
Publicatiedatum | 2014-10-01 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Rafael Caricio |
Betalingswijze | free |
Extensiewebsite | https://github.com/rafaelcaricio/gradient-inspector |
Ondersteunde Talen | 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" } } |