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"
]
}
]
} | |