ColorMixture

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

ColorMixture là gì?

ColorMixture là một tiện ích mở rộng Chrome được phát triển bởi https://javafactory.altervista.org, và tính năng chính của nó là "Show grey, red, green, blue, yellow, magenta, cyan scales of an image".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ColorMixture

Tải xuống các tệp mở rộng ColorMixture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ColorMixture ColorMixture
ID ioidipnbhgcjiaademjhblfoljjmonpa
URL Chính Thức https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa
Mô tả Show grey, red, green, blue, yellow, magenta, cyan scales of an image
Kích Thước Tệp 40.33 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 0.5.2
Cập Nhật Lần Cuối 2012-07-14
Ngày Phát Hành 2012-07-14
Đánh Giá 3.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://javafactory.altervista.org
Loại Thanh Toán free
Trang Web Mở Rộng http://javafactory.altervista.org/chrome.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}