ColorMixture

Show grey, red, green, blue, yellow, magenta, cyan scales of an image

Apa itu ColorMixture?

ColorMixture adalah ekstensi Chrome yang dikembangkan oleh https://javafactory.altervista.org, dan fitur utamanya adalah "Show grey, red, green, blue, yellow, magenta, cyan scales of an image".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ColorMixture

Unduh file ekstensi ColorMixture 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

                        If you display a single image .jpg, .gif, .png in a tab by itself (rather than on a normal webpage), this extension will produce multiple colour-tinted versions of the image
Then clicking on a generated image ColorMixture opens a new page where you can save the clicked image in .png format

Color scales available:
- Grey
- Red
- Green
- Blue
- Yellow
- Magenta
- Cyan

It doesn't work in chrome:// pages and in chrome extensions gallery

Please rate this extension if you like it                    

Informasi Dasar Ekstensi

Nama ColorMixture ColorMixture
ID ioidipnbhgcjiaademjhblfoljjmonpa
URL Resmi https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa
Deskripsi Show grey, red, green, blue, yellow, magenta, cyan scales of an image
Ukuran File 40.33 KB
Jumlah Instalasi 53
Versi Saat Ini 0.5.2
Terakhir Diperbarui 2012-07-14
Tanggal Publikasi 2012-07-14
Penilaian 3.00/5 Total 7 Penilaian
Pengembang https://javafactory.altervista.org
Tipe Pembayaran free
Situs Ekstensi http://javafactory.altervista.org/chrome.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ColorMixture",
    "version": "0.5.2",
    "description": "Show grey, red, green, blue, yellow, magenta, cyan scales of an image",
    "manifest_version": 2,
    "icons": {
        "48": "color48.png",
        "128": "color128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.gif",
                "http:\/\/*\/*.png",
                "https:\/\/*\/*.jpg",
                "https:\/\/*\/*.gif",
                "https:\/\/*\/*.png"
            ],
            "js": [
                "edit.js"
            ]
        }
    ]
}