Color Thief

This extension creates color palette from an image.

What is Color Thief?

Color Thief is a Chrome extension developed by ASJuferov, and its main feature is "This extension creates color palette from an image.".

Extension Screenshots

screenshot

Download Color Thief Extension CRX File

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

                        How To Use:
 - Open image in new tab;
 - Right Click on image and choose "Get Color Palette";

Created with Color Thief Js: https://github.com/lokesh/color-thief                    

Extension Basic Information

Name Color Thief Color Thief
ID lejcjeaphlmigloehalkphjhpdaopddj
Official URL https://chromewebstore.google.com/detail/color-thief/lejcjeaphlmigloehalkphjhpdaopddj
Description This extension creates color palette from an image.
File Size 286 KB
Installation Count 340
Current Version 0.3.1
Last Updated 2014-03-15
Publish Date 2014-03-15
Rating 4.67/5 Total 3 Ratings
Developer ASJuferov
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Thief",
    "description": "This extension creates color palette from an image.",
    "version": "0.3.1",
    "author": "Andrey Yuferov",
    "permissions": [
        "",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "color_thief.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dialog.html",
        "font-awesome\/*"
    ],
    "icons": {
        "16": "icons\/icon_016.png",
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png"
    }
}