Quick Color
Generate random colors for design inspiration.
What is Quick Color?
Quick Color is a Chrome extension developed by agajewski.com, and its main feature is "Generate random colors for design inspiration.".
Extension Screenshots
Download Quick Color Extension CRX File
Download Quick Color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Quick Color |
ID | gfkfagdbfocppnpnjbcopfdidgkndkie |
Official URL | https://chromewebstore.google.com/detail/quick-color/gfkfagdbfocppnpnjbcopfdidgkndkie |
Description | Generate random colors for design inspiration. |
File Size | 94.49 KB |
Installation Count | 984 |
Current Version | 1.0.1 |
Last Updated | 2016-06-15 |
Publish Date | 2016-06-15 |
Rating | 4.80/5 Total 5 Ratings |
Developer | agajewski.com |
Payment Type | free |
Supported Languages | 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" } } |