Website Color Changer
Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Cos'è Website Color Changer?
Website Color Changer è un'estensione di Chrome sviluppata da CodeUnit, e la sua funzione principale è "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Website Color Changer
Scarica i file di estensione Website Color Changer 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
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
Informazioni di Base sull'Estensione
Nome | |
ID | oenehcifpefblopdehjemeheenoamaed |
URL Ufficiale | https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed |
Descrizione | Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them. |
Dimensione del File | 455 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-04-25 |
Data di Pubblicazione | 2016-04-25 |
Valutazione | 3.00/5 Totale 19 Valutazioni |
Sviluppatore | CodeUnit |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/CodeUnitPl/Website-Color-Changer |
Lingue Supportate | 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 } |