Grayscale Screen

Converts the screen to grayscale

Apa itu Grayscale Screen?

Grayscale Screen adalah ekstensi Chrome yang dikembangkan oleh paperlite831, dan fitur utamanya adalah "Converts the screen to grayscale".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Grayscale Screen

Unduh file ekstensi Grayscale Screen dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Grayscale Screen Grayscale Screen
ID mccgphkdghdpebkjkokhbodbjobpihal
URL Resmi https://chromewebstore.google.com/detail/grayscale-screen/mccgphkdghdpebkjkokhbodbjobpihal
Deskripsi Converts the screen to grayscale
Ukuran File 6.94 KB
Jumlah Instalasi 185
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-06-05
Tanggal Publikasi 2023-06-04
Penilaian 2.75/5 Total 4 Penilaian
Pengembang paperlite831
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}