Color Grab

Steal beautiful colors from Dribbble easily.

Qu'est-ce que Color Grab ?

Color Grab est une extension Chrome développée par tekeste.kidanu, et sa fonction principale est "Steal beautiful colors from Dribbble easily.".

Captures d'Écran de l'Extension

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

Téléchargez les fichiers d'extension Color Grab 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

                        This extension makes copying colors from Dribbble shots as easy a single click. 
Click your favorite color from the chips next to a shot and the Hex code is available on your clipboard!                    

Informations de Base sur l'Extension

Nom Color Grab Color Grab
ID aiamoeimgpbjfhmagepggjdickchgpfd
URL Officiel https://chromewebstore.google.com/detail/color-grab/aiamoeimgpbjfhmagepggjdickchgpfd
Description Steal beautiful colors from Dribbble easily.
Taille du Fichier 46.97 KB
Nombre d'Installations 698
Version Actuelle 1.0
Dernière Mise à Jour 2018-07-06
Date de Publication 2018-07-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur tekeste.kidanu
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Grab",
    "description": "Steal beautiful colors from Dribbble easily.",
    "version": "1.0",
    "homepage_url": "https:\/\/twitter.com\/iamtekeste",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128-icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/dribbble.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/dribbble.com\/*"
            ],
            "css": [
                "tippy.css",
                "content.css"
            ],
            "js": [
                "tippy.min.js",
                "bundle.js"
            ]
        }
    ]
}