Eye Protection

Care your eyes.

Eye Protectionคืออะไร?

Eye Protection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robusttheworld และคุณลักษณะหลักของมันคือ "Care your eyes."

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

screenshot
screenshot
screenshot

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

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

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

                        👀 Eye Protection is a very small and powerful extension. 

👀 It colors the whole web page with eye-protection color with only one click.

👀 You can pick a custom eye-protection background color. 

👀 Custom shortcut is supported!

👀 Choose popup mode or one-click mode for the action button.

👀 Eye charts give you the best eye care, you can take a vision test here.                    

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

ชื่อ Eye Protection Eye Protection
ID miegdcmhfnpofmbiagbonbbebkojaged
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eye-protection/miegdcmhfnpofmbiagbonbbebkojaged
คำอธิบาย Care your eyes.
ขนาดไฟล์ 518 KB
จำนวนการติดตั้ง 949
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2021-12-27
วันที่เผยแพร่ 2021-11-09
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา robusttheworld
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Protection",
    "description": "Care your eyes.",
    "version": "1.3.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/eye_protection_16.png",
            "32": "\/images\/eye_protection_32.png",
            "48": "\/images\/eye_protection_48.png",
            "128": "\/images\/eye_protection_128.png"
        }
    },
    "icons": {
        "16": "\/images\/eye_protection_16.png",
        "32": "\/images\/eye_protection_32.png",
        "48": "\/images\/eye_protection_48.png",
        "128": "\/images\/eye_protection_128.png"
    },
    "options_page": "options.html",
    "commands": {
        "take-action": {
            "description": "Color the background"
        }
    }
}