Website Color Changer
Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Was ist Website Color Changer?
Website Color Changer ist eine Chrome-Erweiterung, die von CodeUnit entwickelt wurde, und ihr Hauptmerkmal ist "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".
Erweiterungsscreenshots
Website Color Changer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Website Color Changer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | oenehcifpefblopdehjemeheenoamaed |
Offizielle URL | https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed |
Beschreibung | Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them. |
Dateigröße | 455 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-04-25 |
Veröffentlichungsdatum | 2016-04-25 |
Bewertung | 3.00/5 Insgesamt 19 Bewertungen |
Entwickler | CodeUnit |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/CodeUnitPl/Website-Color-Changer |
Unterstützte Sprachen | 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 } |