Quick Color
Generate random colors for design inspiration.
Wat is Quick Color?
Quick Color is een Chrome-extensie ontwikkeld door agajewski.com, en de belangrijkste functie is "Generate random colors for design inspiration.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Color
Download Quick Color-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Quick Color |
ID | gfkfagdbfocppnpnjbcopfdidgkndkie |
Officiële URL | https://chromewebstore.google.com/detail/quick-color/gfkfagdbfocppnpnjbcopfdidgkndkie |
Beschrijving | Generate random colors for design inspiration. |
Bestandsgrootte | 94.49 KB |
Aantal Installaties | 984 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-06-15 |
Publicatiedatum | 2016-06-15 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | agajewski.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |