Quick Color

Generate random colors for design inspiration.

Qu'est-ce que Quick Color ?

Quick Color est une extension Chrome développée par agajewski.com, et sa fonction principale est "Generate random colors for design inspiration.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Quick Color

Téléchargez les fichiers d'extension Quick Color au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Quick Color Quick Color
ID gfkfagdbfocppnpnjbcopfdidgkndkie
URL Officiel https://chromewebstore.google.com/detail/quick-color/gfkfagdbfocppnpnjbcopfdidgkndkie
Description Generate random colors for design inspiration.
Taille du Fichier 94.49 KB
Nombre d'Installations 984
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-06-15
Date de Publication 2016-06-15
Évaluation 4.80/5 Total 5 Évaluations
Développeur agajewski.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}