Color Thief

This extension creates color palette from an image.

什么是Color Thief?

Color Thief是由ASJuferov开发的Chrome扩展程序,该扩展的主要功能是“This extension creates color palette from an image.”。

扩展截图

screenshot

下载Color Thief扩展crx文件

下载Color Thief扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Color Thief Color Thief
ID lejcjeaphlmigloehalkphjhpdaopddj
官方URL https://chromewebstore.google.com/detail/color-thief/lejcjeaphlmigloehalkphjhpdaopddj
简介 This extension creates color palette from an image.
文件大小 286 KB
安装次数 340
当前版本 0.3.1
更新时间 2014-03-15
上架时间 2014-03-15
评分 4.67/5 共3次评分
开发者 ASJuferov
付费类型 free
支持的语言 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"
    }
}