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"
    }
}