ColorMixture

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

Co je ColorMixture?

ColorMixture je rozšíření Chrome vyvinuté https://javafactory.altervista.org, a jeho hlavní funkcí je „Show grey, red, green, blue, yellow, magenta, cyan scales of an image“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření ColorMixture

Stáhněte si soubory rozšíření ColorMixture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ColorMixture ColorMixture
ID ioidipnbhgcjiaademjhblfoljjmonpa
Oficiální URL https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa
Popis Show grey, red, green, blue, yellow, magenta, cyan scales of an image
Velikost souboru 40.33 KB
Počet instalací 53
Aktuální Verze 0.5.2
Poslední Aktualizace 2012-07-14
Datum Vydání 2012-07-14
Hodnocení 3.00/5 Celkem 7 Hodnocení
Vývojář https://javafactory.altervista.org
Typ Platby free
Webové stránky Rozšíření http://javafactory.altervista.org/chrome.html
Podporované Jazyky 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"
            ]
        }
    ]
}