Eye Protector

Change background color to special eye-protective colors from list or to color which you prefer.

Eye Protectorคืออะไร?

Eye Protector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bochkarevpetia48177 และคุณลักษณะหลักของมันคือ "Change background color to special eye-protective colors from list or to color which you prefer."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eye Protector

ดาวน์โหลดไฟล์ส่วนขยาย Eye Protector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Take care of your eyes with an extension Eye Protect. Make the soft colors and don't hurt your eyes. Eye injury is really seriously, you can save your eye health now and not to regret later.
A lot of features Eye Protect extension has. Brightness and mild color filters are automatically adjusted. It replaces too bright colors to a comfortable color. After changing color, if the text becomes unreadable, it will automatically change the text color to more visible. The border colors are also automatically replaced after changing the background. Filter light really influence to eye health. Also you can take care your eyes with night mode. Night mode help in eye health protection, too bright filter light really spoils vision a lot. You may custom colors in Eye Protect by yourself. You can disable the extension in all the webpages of one site.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Eye Protector Eye Protector
ID gacifgamkobjbnfnifbadbokgoimckmh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/eye-protector/gacifgamkobjbnfnifbadbokgoimckmh
คำอธิบาย Change background color to special eye-protective colors from list or to color which you prefer.
ขนาดไฟล์ 50.02 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2019-11-24
วันที่เผยแพร่ 2019-11-24
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา bochkarevpetia48177
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Protector",
    "version": "0.9",
    "description": "Change background color to special eye-protective colors from list or to color which you prefer.",
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "options_page": "views\/settings.html",
    "background": {
        "scripts": [
            "scripts\/scriptback.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "views\/popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/engine.js"
            ]
        }
    ],
    "default_locale": "en"
}