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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |