Grayscale Tool

Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.

什麼是Grayscale Tool?

Grayscale Tool是由Emanuel Malmquist開發的Chrome擴展程式,該擴展的主要功能是“Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.”。

擴展截圖

screenshot

下載Grayscale Tool擴展crx文件

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

擴展使用說明

                        Originally intended for web designers who might want to test the contrast of their content by changing to grayscale, but this extension can really be used by anyone who for some reason want to remove the colors of a web page.

The grayscale persists between page loads, and the key shortcut to activate can be customized in the options.                    

擴展基本資訊

名稱 Grayscale Tool Grayscale Tool
ID odolflphhameojgliipcnahnipmogigo
官方網址 https://chromewebstore.google.com/detail/grayscale-tool/odolflphhameojgliipcnahnipmogigo
簡介 Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.
檔案大小 4.44 KB
安裝次數 3,566
目前版本 2.0
更新時間 2014-10-19
上架時間 2014-10-19
評分 2.57/5 共 46 次評分
開發者 Emanuel Malmquist
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grayscale Tool",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "file:\/\/\/*"
            ],
            "js": [
                "grayscale.js"
            ],
            "run_at": "document_end"
        }
    ]
}