20-20-20 EyeCare

Gives timely reminders to take breaks for the safety of your eyes.

什麼是20-20-20 EyeCare?

20-20-20 EyeCare是由yagrawal2411開發的Chrome擴展程式,該擴展的主要功能是“Gives timely reminders to take breaks for the safety of your eyes.”。

擴展截圖

screenshot

下載20-20-20 EyeCare擴展crx文件

下載20-20-20 EyeCare擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        20-20-20 EyeCare is designed to improve eye health and reduce eye stress. It does so by implementing the 20-20-20 vision rule. The extension reminds the user to look away from their screen every 20 minutes by having a new page popup after the 20 minutes for 20 seconds and then automatically closing. 
How to use:
1) Install the chrome extension from the chrome web store.
2) Click on the popup icon to access the controls.
3) Press start when ready to begin the session. Press clear when done or taking a break from screen usage.

Note: If any issues with the diplayed time arise, please just click the clear button and start the session again to troubleshoot the issue.                    

擴展基本資訊

名稱 20-20-20 EyeCare 20-20-20 EyeCare
ID eihpcdoafdobgpchpdfpgnlbfghjpmen
官方網址 https://chromewebstore.google.com/detail/20-20-20-eyecare/eihpcdoafdobgpchpdfpgnlbfghjpmen
簡介 Gives timely reminders to take breaks for the safety of your eyes.
檔案大小 3.35 MB
安裝次數 47
目前版本 1.0
更新時間 2021-01-20
上架時間 2021-01-19
評分 5.00/5 共 1 次評分
開發者 yagrawal2411
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20-20-20 EyeCare",
    "description": "Gives timely reminders to take breaks for the safety of your eyes.",
    "version": "1.0",
    "author": "Yash Agrawal",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "20-20-20 EyeCare",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "storage"
    ]
}