Color Grab

Steal beautiful colors from Dribbble easily.

Apa itu Color Grab?

Color Grab adalah ekstensi Chrome yang dikembangkan oleh tekeste.kidanu, dan fitur utamanya adalah "Steal beautiful colors from Dribbble easily.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Color Grab

Unduh file ekstensi Color Grab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Color Grab Color Grab
ID aiamoeimgpbjfhmagepggjdickchgpfd
URL Resmi https://chromewebstore.google.com/detail/color-grab/aiamoeimgpbjfhmagepggjdickchgpfd
Deskripsi Steal beautiful colors from Dribbble easily.
Ukuran File 46.97 KB
Jumlah Instalasi 698
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-07-06
Tanggal Publikasi 2018-07-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang tekeste.kidanu
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}