Eye Blinker

A Chrome extension that helps you to follow the 20-20-20 rule

What is Eye Blinker?

Eye Blinker is a Chrome extension developed by https://muhzi.com, and its main feature is "A Chrome extension that helps you to follow the 20-20-20 rule".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Eye Blinker Extension CRX File

Download Eye Blinker 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

                        Are you experiencing any of the following problems after or during a long day of work on a computer?

* Dry eyes
* Blurred vision
* Headache
* Redness

If you have, it’s likely the result of eye strain, which happens when your eyes get tired from the intense use of computer devices. It's a bunch of problems (mostly related to your eyes)  that you get by staring at a digital screen for a long time without breaks. Fortunately, it can be remedied with a helpful trick called the 20-20-20 rule: Every 20 minutes, look at something 20 feet away for 20 seconds. It’s a scientifically proven way to avoid eye strain & computer vision syndrome (CVS).

It is very difficult to follow the rules during our intense work. Eye Blinker will help you overcome all the eye strain related issues with a 20-20-20 rule. We may not be able to get away from screens, but we can embrace simple habits to protect our eyes. If you experience sore, tired, watery, itchy, dry or burning eyes after a long day of working behind a computer, this app will be very useful for you. Once you start observing the 20–20–20 rule, you can alleviate the pain, and your eyes will get the break it needs to function better

This is a must-have extension for computer professionals with lower back (spine) related problems, neck pain, eye-strain related headaches, and red-eye.

Taking a break every few minutes is going to save your health and vision. If you’re willing, and your schedule allows, challenge yourself to not only look away from your computer screen every 20 minutes but to actually get up and move around. Stand to make a phone call. Stretch to file paperwork. Stroll to grab a cup of coffee. Have great health!

Features

* Reminder customisation (Default is 20 minutes)
* Ability to disable and enable as needed, with a single click.
* Recognise inactivity on the computer, The app will work only when the system is unlocked or active.                    

Extension Basic Information

Name Eye Blinker Eye Blinker
ID fbgchecgijgcacfckobealojikbohcdd
Official URL https://chromewebstore.google.com/detail/eye-blinker/fbgchecgijgcacfckobealojikbohcdd
Description A Chrome extension that helps you to follow the 20-20-20 rule
File Size 1.37 MB
Installation Count 1,479
Current Version 0.0.5
Last Updated 2019-07-24
Publish Date 2019-07-24
Rating 5.00/5 Total 15 Ratings
Developer https://muhzi.com
Email [email protected]
Payment Type free
Extension Website http://muhzi.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eye Blinker",
    "short_name": "Eye Blinker",
    "author": "Muhsin.K",
    "version": "0.0.5",
    "description": "A Chrome extension that helps you to follow the 20-20-20 rule",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Eye Blinker",
        "default_icon": "icons\/icon.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "idle"
    ],
    "background": {
        "scripts": [
            "app\/background.js"
        ],
        "persistent": true
    }
}