Quick Color

Generate random colors for design inspiration.

Vad är Quick Color?

Quick Color är en Chrome-tillägg utvecklad av agajewski.com, och dess huvudfunktion är "Generate random colors for design inspiration.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Quick Color-förlängningens CRX-fil

Ladda ner Quick Color-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Quick Color Quick Color
ID gfkfagdbfocppnpnjbcopfdidgkndkie
Officiell webbadress https://chromewebstore.google.com/detail/quick-color/gfkfagdbfocppnpnjbcopfdidgkndkie
Beskrivning Generate random colors for design inspiration.
Filstorlek 94.49 KB
Antal Installationer 984
Aktuell Version 1.0.1
Senast Uppdaterad 2016-06-15
Publiceringsdatum 2016-06-15
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare agajewski.com
Betalningssätt free
Stödda Språk 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"
    }
}