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
官方URL 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"
        }
    ]
}