Grayscale Screen

Converts the screen to grayscale

ما هو Grayscale Screen؟

Grayscale Screen هو إضافة Chrome تم تطويرها بواسطة paperlite831، والميزة الرئيسية لها هي "Converts the screen to grayscale".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Grayscale Screen

قم بتنزيل ملفات الامتداد Grayscale Screen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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": [
                ""
            ]
        }
    ]
}