ColorMixture

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

ColorMixtureคืออะไร?

ColorMixture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://javafactory.altervista.org และคุณลักษณะหลักของมันคือ "Show grey, red, green, blue, yellow, magenta, cyan scales of an image"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ColorMixture

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}