Color Thief

This extension creates color palette from an image.

Apa itu Color Thief?

Color Thief adalah ekstensi Chrome yang dikembangkan oleh ASJuferov, dan fitur utamanya adalah "This extension creates color palette from an image.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Color Thief

Unduh file ekstensi Color Thief dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Color Thief Color Thief
ID lejcjeaphlmigloehalkphjhpdaopddj
URL Resmi https://chromewebstore.google.com/detail/color-thief/lejcjeaphlmigloehalkphjhpdaopddj
Deskripsi This extension creates color palette from an image.
Ukuran File 286 KB
Jumlah Instalasi 340
Versi Saat Ini 0.3.1
Terakhir Diperbarui 2014-03-15
Tanggal Publikasi 2014-03-15
Penilaian 4.67/5 Total 3 Penilaian
Pengembang ASJuferov
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}