ColorMixture
Show grey, red, green, blue, yellow, magenta, cyan scales of an image
What is ColorMixture?
ColorMixture is a Chrome extension developed by https://javafactory.altervista.org, and its main feature is "Show grey, red, green, blue, yellow, magenta, cyan scales of an image".
Extension Screenshots
Download ColorMixture Extension CRX File
Download ColorMixture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ColorMixture |
ID | ioidipnbhgcjiaademjhblfoljjmonpa |
Official URL | https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa |
Description | Show grey, red, green, blue, yellow, magenta, cyan scales of an image |
File Size | 40.33 KB |
Installation Count | 53 |
Current Version | 0.5.2 |
Last Updated | 2012-07-14 |
Publish Date | 2012-07-14 |
Rating | 3.00/5 Total 7 Ratings |
Developer | https://javafactory.altervista.org |
Payment Type | free |
Extension Website | http://javafactory.altervista.org/chrome.html |
Supported Languages | 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" ] } ] } |