Color Grab

Steal beautiful colors from Dribbble easily.

What is Color Grab?

Color Grab is a Chrome extension developed by tekeste.kidanu, and its main feature is "Steal beautiful colors from Dribbble easily.".

Extension Screenshots

Download Color Grab Extension CRX File

Download Color Grab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Color Grab Color Grab
ID aiamoeimgpbjfhmagepggjdickchgpfd
Official URL https://chromewebstore.google.com/detail/color-grab/aiamoeimgpbjfhmagepggjdickchgpfd
Description Steal beautiful colors from Dribbble easily.
File Size 46.97 KB
Installation Count 698
Current Version 1.0
Last Updated 2018-07-06
Publish Date 2018-07-06
Rating 5.00/5 Total 1 Ratings
Developer tekeste.kidanu
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}