Grayscale Screen

Converts the screen to grayscale

Grayscale Screenとは何ですか?

Grayscale Screenはpaperlite831によって開発されたChromeの拡張機能で、その主な機能は「Converts the screen to grayscale」です。

拡張機能のスクリーンショット

screenshot
screenshot

Grayscale Screen拡張機能のCRXファイルをダウンロード

Grayscale Screen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        In the modern age of technology, where we spend significant time in front of screens, eye strain has become a common concern. The Greyscale Extension offers a unique solution to alleviate eye strain and promote visual comfort. By converting webpages to greyscale, it reduces the harsh contrast and vibrant colors that can strain the eyes. The subtle shades of grey create a more soothing and balanced visual experience. This not only helps individuals with existing eye conditions but also prevents potential eye strain for those who spend long hours browsing the internet. With the Greyscale Extension, users can enjoy a more relaxed and comfortable browsing experience while prioritizing their eye health in the digital era.                    

拡張機能の基本情報

名前 Grayscale Screen Grayscale Screen
ID mccgphkdghdpebkjkokhbodbjobpihal
公式URL https://chromewebstore.google.com/detail/grayscale-screen/mccgphkdghdpebkjkokhbodbjobpihal
説明 Converts the screen to grayscale
ファイルサイズ 6.94 KB
インストール数 185
現在のバージョン 1.0
最終更新日 2023-06-05
公開日 2023-06-04
評価 2.75/5 合計 4 レビュー
開発者 paperlite831
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Grayscale Screen",
    "version": "1.0",
    "description": "Converts the screen to grayscale",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "48": "icon48.png"
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "commands": {
        "toggle-grayscale": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "MacCtrl+Shift+G"
            },
            "description": "Toggle Grayscale"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}