CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
Cos'è CSS Gradient Inspector?
CSS Gradient Inspector è un'estensione di Chrome sviluppata da Rafael Caricio, e la sua funzione principale è "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CSS Gradient Inspector
Scarica i file di estensione CSS Gradient Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
URL Ufficiale | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Descrizione | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Dimensione del File | 284 KB |
Conteggio Installazioni | 1,792 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2014-10-01 |
Data di Pubblicazione | 2014-10-01 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Rafael Caricio |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rafaelcaricio/gradient-inspector |
Lingue Supportate | 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" } } |