Website Color Changer
Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Τι είναι το Website Color Changer;
Το Website Color Changer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CodeUnit, και η κύρια λειτουργία του είναι "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Website Color Changer
Λήψη αρχείων επέκτασης Website Color Changer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Handy open source extension that helps you to adjust website colors. == Features == ✓ List text and background colors available on inspected website ✓ Use webpage elements highlighting to find specific color ✓ Realtime color changing using color picker ✓ Export all changes to json == Contribute == https://github.com/CodeUnitPl/Website-Color-Changer
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | oenehcifpefblopdehjemeheenoamaed |
Επίσημο URL | https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed |
Περιγραφή | Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them. |
Μέγεθος Αρχείου | 455 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2016-04-25 |
Ημερομηνία Δημοσίευσης | 2016-04-25 |
Αξιολόγηση | 3.00/5 Συνολικά 19 Αξιολογήσεις |
Προγραμματιστής | CodeUnit |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/CodeUnitPl/Website-Color-Changer |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Color Changer", "version": "1.0", "author": "CodeUnit", "homepage_url": "https:\/\/github.com\/CodeUnitPl\/Website-Color-Changer", "permissions": [ "tabs", "activeTab", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.", "devtools_page": "devtools.html", "manifest_version": 2 } |