Image Monotonizer
Image Monotonizer is a browser plugin that monotonize all images on webpage.
Image Monotonizer란 무엇입니까?
Image Monotonizer은(는) hibisan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Image Monotonizer is a browser plugin that monotonize all images on webpage."입니다.
확장 프로그램 스크린샷
Image Monotonizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Image Monotonizer is a chrome extension which converts the image on the web page or the color of the whole page into black and white. In addition to black and white, customization such as cyanization and hue conversion is also possible. It is realized by using webkit-filter. MODE PRESETS: - grayscale mode - sepia mode - blur mode - blur and grayscale mode - blur and sepia mode - custom mode Custom mode is a mode in which you can freely adjust the setting.
확장 프로그램 기본 정보
이름 | |
ID | jdknegajbhkhjmkbbmgbjokoijppleng |
공식 URL | https://chrome.google.com/webstore/detail/image-monotonizer/jdknegajbhkhjmkbbmgbjokoijppleng |
설명 | Image Monotonizer is a browser plugin that monotonize all images on webpage. |
파일 크기 | 3.6 MB |
설치 횟수 | 71 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2018-09-07 |
출시 날짜 | 2018-09-07 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | hibisan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "monolog.png", "default_title": "Click here to run\/stop Image Monitonizer." }, "content_scripts": [ { "js": [ "jq\/jquery-1.11.0.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Image Monotonizer is a browser plugin that monotonize all images on webpage.", "icons": { "128": "monolog128.png", "16": "monolog16.png", "48": "monolog48.png" }, "options_page": "options.html", "manifest_version": 2, "name": "Image Monotonizer", "permissions": [ "tabs", " |