ColorFlick for Dribbble

Developer friendly color palette extension for Dribbble

What is ColorFlick for Dribbble?

ColorFlick for Dribbble is a Chrome extension developed by Thiyagaraj T, and its main feature is "Developer friendly color palette extension for Dribbble".

Extension Screenshots

screenshot
screenshot

Download ColorFlick for Dribbble Extension CRX File

Download ColorFlick for Dribbble 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

                        Lot of us look out for color inspirations from Dribbble. Copying hex codes has always been difficult. ColorFlick for Dribbble introduces a developer friendly color palette to quickly copy hex codes to your clipboard. Also there is Coolors(https://coolors.co) palette link as well too save a shareable palette from you favourite Dribbble shot.                    

Extension Basic Information

Name ColorFlick for Dribbble ColorFlick for Dribbble
ID biemhkdecdmbffonfjjdhahmghllkcon
Official URL https://chromewebstore.google.com/detail/colorflick-for-dribbble/biemhkdecdmbffonfjjdhahmghllkcon
Description Developer friendly color palette extension for Dribbble
File Size 27.64 KB
Installation Count 58
Current Version 0.0.1
Last Updated 2020-08-01
Publish Date 2020-07-31
Rating 5.00/5 Total 1 Ratings
Developer Thiyagaraj T
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ColorFlick for Dribbble",
    "version": "0.0.1",
    "description": "Developer friendly color palette extension for Dribbble",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Thiyagaraj (https:\/\/twitter.com\/thewizardjs)",
    "web_accessible_resources": [
        "icons\/*",
        "assets\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/dribbble.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}