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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
    ]
}