Color Grab

Steal beautiful colors from Dribbble easily.

Wat is Color Grab?

Color Grab is een Chrome-extensie ontwikkeld door tekeste.kidanu, en de belangrijkste functie is "Steal beautiful colors from Dribbble easily.".

Extensie Screenshots

Download het CRX-bestand van de extensie Color Grab

Download Color Grab-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

                        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!                    

Basisinformatie over de Extensie

Naam Color Grab Color Grab
ID aiamoeimgpbjfhmagepggjdickchgpfd
Officiële URL https://chromewebstore.google.com/detail/color-grab/aiamoeimgpbjfhmagepggjdickchgpfd
Beschrijving Steal beautiful colors from Dribbble easily.
Bestandsgrootte 46.97 KB
Aantal Installaties 698
Huidige Versie 1.0
Laatst Bijgewerkt 2018-07-06
Publicatiedatum 2018-07-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar tekeste.kidanu
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}