Color Code App
Displays the color codes for the current tab
Cos'è Color Code App?
Color Code App è un'estensione di Chrome sviluppata da Ninja Apps, e la sua funzione principale è "Displays the color codes for the current tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Color Code App
Scarica i file di estensione Color Code App 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
A web app that displays the color codes of the current website you're on. RGB Values, HSL Values and Hexadecimal Values.
Informazioni di Base sull'Estensione
Nome | |
ID | dfcjkncfhgnlnkdjoeohfkajopmoonnl |
URL Ufficiale | https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl |
Descrizione | Displays the color codes for the current tab |
Dimensione del File | 10.08 KB |
Conteggio Installazioni | 131 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-01-12 |
Data di Pubblicazione | 2015-01-12 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | Ninja Apps |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Code App", "version": "1.0", "description": "Displays the color codes for the current tab", "browser_action": { "default_icon": "icon19-small.png", "default_title": "Color Code App" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "permissions": [ " |