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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } ] } |