Color Grab

Steal beautiful colors from Dribbble easily.

Cos'è Color Grab?

Color Grab è un'estensione di Chrome sviluppata da tekeste.kidanu, e la sua funzione principale è "Steal beautiful colors from Dribbble easily.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Color Grab

Scarica i file di estensione Color Grab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Color Grab Color Grab
ID aiamoeimgpbjfhmagepggjdickchgpfd
URL Ufficiale https://chromewebstore.google.com/detail/color-grab/aiamoeimgpbjfhmagepggjdickchgpfd
Descrizione Steal beautiful colors from Dribbble easily.
Dimensione del File 46.97 KB
Conteggio Installazioni 698
Versione Corrente 1.0
Ultimo Aggiornamento 2018-07-06
Data di Pubblicazione 2018-07-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tekeste.kidanu
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}