Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

ما هو Your Eye Protection؟

Your Eye Protection هو إضافة Chrome تم تطويرها بواسطة hiatamaworkshop، والميزة الرئيسية لها هي "Changing Background to soft colors plus font size adjustment for readability".

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

screenshot

تحميل ملف CRX للإضافة Your Eye Protection

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

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

                        1. Changing web-page's default Background color to soft colors.
2. Font size adjustment.

Both functions can enhance readability.

Don't you think white backgrounds are too bright? and black backgrounds confuse your eyes sometimes.

My extensions are extremely small in size, because there are no pop-up adds, no extra connections.                    

معلومات أساسية عن التمديد

الاسم Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
الوصف Changing Background to soft colors plus font size adjustment for readability
حجم الملف 11.11 KB
عدد التثبيتات 161
النسخة الحالية 0.1.1
آخر تحديث 2019-06-23
تاريخ النشر 2019-06-23
تقييم 2.33/5 مجموع تقييمات 3
المطور hiatamaworkshop
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your Eye Protection",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Changing Background to soft colors plus font size adjustment for readability",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "bcolor_font.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}