20-20-20 EyeCare

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

What is 20-20-20 EyeCare?

20-20-20 EyeCare is a Chrome extension developed by yagrawal2411, and its main feature is "Gives timely reminders to take breaks for the safety of your eyes.".

Extension Screenshots

screenshot

Download 20-20-20 EyeCare Extension CRX File

Download 20-20-20 EyeCare extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 20-20-20 EyeCare 20-20-20 EyeCare
ID eihpcdoafdobgpchpdfpgnlbfghjpmen
Official URL https://chromewebstore.google.com/detail/20-20-20-eyecare/eihpcdoafdobgpchpdfpgnlbfghjpmen
Description Gives timely reminders to take breaks for the safety of your eyes.
File Size 3.35 MB
Installation Count 47
Current Version 1.0
Last Updated 2021-01-20
Publish Date 2021-01-19
Rating 5.00/5 Total 1 Ratings
Developer yagrawal2411
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}