Image Monotonizer

Image Monotonizer is a browser plugin that monotonize all images on webpage.

Image Monotonizer là gì?

Image Monotonizer là một tiện ích mở rộng Chrome được phát triển bởi hibisan, và tính năng chính của nó là "Image Monotonizer is a browser plugin that monotonize all images on webpage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image Monotonizer

Tải xuống các tệp mở rộng Image Monotonizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image Monotonizer Image Monotonizer
ID jdknegajbhkhjmkbbmgbjokoijppleng
URL Chính Thức https://chrome.google.com/webstore/detail/image-monotonizer/jdknegajbhkhjmkbbmgbjokoijppleng
Mô tả Image Monotonizer is a browser plugin that monotonize all images on webpage.
Kích Thước Tệp 3.6 MB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-09-07
Ngày Phát Hành 2018-09-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển hibisan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        "",
        "storage"
    ],
    "version": "1.0.2"
}