Eye Care Notification

Reminds you to look away from your screen every 20min (customizable).

Eye Care Notificationคืออะไร?

Eye Care Notification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jacob "kurtextrem" Groß และคุณลักษณะหลักของมันคือ "Reminds you to look away from your screen every 20min (customizable)."

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

screenshot
screenshot

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

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

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

                        Eye health is important, but most of us neglect it during work or generally when sitting on a PC.

This extension aims to help you through:
 - reminding you to take a break
 - providing a green screen to relax


The notification interval is configurable. I would advice to let it stay at 20 minutes, as per 20/20/20 rule (Google it).

-----
What does this extension do better than others?
This extension was created with performance in mind, so there is no unnecessary CPU usage in the background!                    

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

ชื่อ Eye Care Notification Eye Care Notification
ID abcpljfhdegieapcboeabpmfhmdhbooa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eye-care-notification/abcpljfhdegieapcboeabpmfhmdhbooa
คำอธิบาย Reminds you to look away from your screen every 20min (customizable).
ขนาดไฟล์ 40.94 KB
จำนวนการติดตั้ง 1,105
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-12-03
วันที่เผยแพร่ 2019-09-20
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Jacob "kurtextrem" Groß
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kurtextrem/Eye-Care-Chrome
URL หน้าช่วยเหลือ https://github.com/kurtextrem/Eye-Care-Chrome/issues
URL หน้านโยบายความเป็นส่วนตัว https://www.kurtextrem.de/chrome/PRIVACY.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Care Notification",
    "version": "1.3.0",
    "manifest_version": 3,
    "description": "Reminds you to look away from your screen every 20min (customizable).",
    "icons": {
        "128": "eye-icon.png",
        "16": "eye-icon.png",
        "48": "eye-icon.png"
    },
    "author": "Jacob \u201ekurtextrem\" Gro\u00df",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "eye-icon.png",
        "default_popup": "options.html"
    },
    "minimum_chrome_version": "108",
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "offscreen"
    ]
}