ColorMixture

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

Co to jest ColorMixture?

ColorMixture to rozszerzenie Chrome opracowane przez https://javafactory.altervista.org, a jego główną funkcją jest „Show grey, red, green, blue, yellow, magenta, cyan scales of an image”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia ColorMixture

Pobierz pliki rozszerzeń ColorMixture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ColorMixture ColorMixture
ID ioidipnbhgcjiaademjhblfoljjmonpa
Oficjalny URL https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa
Opis Show grey, red, green, blue, yellow, magenta, cyan scales of an image
Rozmiar pliku 40.33 KB
Liczba instalacji 53
Aktualna Wersja 0.5.2
Ostatnia Aktualizacja 2012-07-14
Data Publikacji 2012-07-14
Ocena 3.00/5 Łącznie 7 Oceny
Deweloper https://javafactory.altervista.org
Typ Płatności free
Strona Rozszerzenia http://javafactory.altervista.org/chrome.html
Obsługiwane Języki 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"
            ]
        }
    ]
}