20 for 20 - Eye healthcare reminder

Reminders to look away from the screen to promote good eye health

20 for 20 - Eye healthcare reminderคืออะไร?

20 for 20 - Eye healthcare reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jamhead และคุณลักษณะหลักของมันคือ "Reminders to look away from the screen to promote good eye health"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 20 for 20 - Eye healthcare reminder

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

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

                        Gives you reminders by little beep noises, reminding you to look away from the screen to promote good eye health.

The noise will beep once every 20 minutes, and after 20 seconds will beep 3 times again to signal that you have rested your eyes enough.

It has been advised that you should look at an object (not a screen) which is about 20 feet away for 20 seconds every 20 minutes while working at computer screens. This extension is to help you remember to do that. 

Use the popup icon to turn on/off.                    

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

ชื่อ 20 for 20 - Eye healthcare reminder 20 for 20 - Eye healthcare reminder
ID hmmoolenpgjpklhfkhomojilkjkjaomn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/20-for-20-eye-healthcare/hmmoolenpgjpklhfkhomojilkjkjaomn
คำอธิบาย Reminders to look away from the screen to promote good eye health
ขนาดไฟล์ 426 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-12-20
วันที่เผยแพร่ 2016-12-20
ผู้พัฒนา Jamhead
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20 for 20 - Eye healthcare reminder",
    "version": "0.0.1",
    "description": "Reminders to look away from the screen to promote good eye health",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/eye-icon128.png",
        "default_title": "20 For 20",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icons\/eye-icon48.png",
        "128": "icons\/eye-icon128.png"
    }
}