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"
        }
    ]
}