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.”。

擴展截圖

screenshot
screenshot

下載Image Monotonizer擴展crx文件

下載Image Monotonizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Image Monotonizer Image Monotonizer
ID jdknegajbhkhjmkbbmgbjokoijppleng
官方網址 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",
        "",
        "storage"
    ],
    "version": "1.0.2"
}