Eye Care

Take care of your eyes!

Eye Careคืออะไร?

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

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

screenshot

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

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

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

                        This extension sends you notification in every 30 or 60 minutes to remind you to rest your eyes. 

By clicking on the notification you can stop the reminding process witch continues for 1 min. 

You get to choose the starting and end time when you would like to start the reminding process and also disable them in days like weekends or always. 

Set custom messages.

Disable audio if it bothers you.

More updates are coming soon... :)                    

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

ชื่อ Eye Care Eye Care
ID dhphhgimonjoemfeppchefepnabneknk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eye-care/dhphhgimonjoemfeppchefepnabneknk
คำอธิบาย Take care of your eyes!
ขนาดไฟล์ 292 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2017-09-01
วันที่เผยแพร่ 2017-09-01
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Redjan Ymeraj
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/redjanym/EyeCare
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Care",
    "description": "Take care of your eyes!",
    "version": "0.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Eye Care",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/setup.js",
            "scripts\/notify.js",
            "scripts\/background.js"
        ]
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "background",
        "notifications"
    ]
}