CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
Τι είναι το CSS Gradient Inspector;
Το CSS Gradient Inspector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rafael Caricio, και η κύρια λειτουργία του είναι "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CSS Gradient Inspector
Λήψη αρχείων επέκτασης CSS Gradient Inspector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
Επίσημο URL | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Περιγραφή | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Μέγεθος Αρχείου | 284 KB |
Αριθμός Εγκαταστάσεων | 1,792 |
Τρέχουσα Έκδοση | 0.2.0 |
Τελευταία Ενημέρωση | 2014-10-01 |
Ημερομηνία Δημοσίευσης | 2014-10-01 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Rafael Caricio |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/rafaelcaricio/gradient-inspector |
Υποστηριζόμενες Γλώσσες | 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" } } |