CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
Qu'est-ce que CSS Gradient Inspector ?
CSS Gradient Inspector est une extension Chrome développée par Rafael Caricio, et sa fonction principale est "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CSS Gradient Inspector
Téléchargez les fichiers d'extension CSS Gradient Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
URL Officiel | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Description | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Taille du Fichier | 284 KB |
Nombre d'Installations | 1,792 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2014-10-01 |
Date de Publication | 2014-10-01 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Rafael Caricio |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rafaelcaricio/gradient-inspector |
Langues Prises en Charge | 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" } } |