Quick Color
Generate random colors for design inspiration.
Cos'è Quick Color?
Quick Color è un'estensione di Chrome sviluppata da agajewski.com, e la sua funzione principale è "Generate random colors for design inspiration.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Color
Scarica i file di estensione Quick Color 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
Are you a designer looking for color inspiration? Perhaps a developer in need of colors for your latest side project? This extension is perfect for you! Simply click the generate button and a random color will be displayed in hex. The background of the popup will transition to that color so you can experience it before you choose. Once you decide on the color, just copy and paste! No bloat, no hassle, just easy color generation.
Informazioni di Base sull'Estensione
Nome | Quick Color |
ID | gfkfagdbfocppnpnjbcopfdidgkndkie |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-color/gfkfagdbfocppnpnjbcopfdidgkndkie |
Descrizione | Generate random colors for design inspiration. |
Dimensione del File | 94.49 KB |
Conteggio Installazioni | 984 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-06-15 |
Data di Pubblicazione | 2016-06-15 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | agajewski.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Color", "version": "1.0.1", "manifest_version": 2, "description": "Generate random colors for design inspiration.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Quick Color", "default_popup": "src\/browser_action\/browser_action.html" } } |