20 for 20 - Eye healthcare reminder

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

What is 20 for 20 - Eye healthcare reminder?

20 for 20 - Eye healthcare reminder is a Chrome extension developed by Jamhead, and its main feature is "Reminders to look away from the screen to promote good eye health".

Extension Screenshots

screenshot

Download 20 for 20 - Eye healthcare reminder Extension CRX File

Download 20 for 20 - Eye healthcare reminder 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

                        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.                    

Extension Basic Information

Name 20 for 20 - Eye healthcare reminder 20 for 20 - Eye healthcare reminder
ID hmmoolenpgjpklhfkhomojilkjkjaomn
Official URL https://chromewebstore.google.com/detail/20-for-20-eye-healthcare/hmmoolenpgjpklhfkhomojilkjkjaomn
Description Reminders to look away from the screen to promote good eye health
File Size 426 KB
Installation Count 114
Current Version 0.0.1
Last Updated 2016-12-20
Publish Date 2016-12-20
Developer Jamhead
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}