ColorMixture

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

什麼是ColorMixture?

ColorMixture是由https://javafactory.altervista.org開發的Chrome擴展程式,該擴展的主要功能是“Show grey, red, green, blue, yellow, magenta, cyan scales of an image”。

擴展截圖

screenshot
screenshot

下載ColorMixture擴展crx文件

下載ColorMixture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 ColorMixture ColorMixture
ID ioidipnbhgcjiaademjhblfoljjmonpa
官方網址 https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa
簡介 Show grey, red, green, blue, yellow, magenta, cyan scales of an image
檔案大小 40.33 KB
安裝次數 53
目前版本 0.5.2
更新時間 2012-07-14
上架時間 2012-07-14
評分 3.00/5 共 7 次評分
開發者 https://javafactory.altervista.org
付費類型 free
擴展官網 http://javafactory.altervista.org/chrome.html
支援的語言 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"
            ]
        }
    ]
}