Eye Blinker

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

Qu'est-ce que Eye Blinker ?

Eye Blinker est une extension Chrome développée par https://muhzi.com, et sa fonction principale est "A Chrome extension that helps you to follow the 20-20-20 rule".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Eye Blinker

Téléchargez les fichiers d'extension Eye Blinker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Eye Blinker Eye Blinker
ID fbgchecgijgcacfckobealojikbohcdd
URL Officiel https://chromewebstore.google.com/detail/eye-blinker/fbgchecgijgcacfckobealojikbohcdd
Description A Chrome extension that helps you to follow the 20-20-20 rule
Taille du Fichier 1.37 MB
Nombre d'Installations 1,479
Version Actuelle 0.0.5
Dernière Mise à Jour 2019-07-24
Date de Publication 2019-07-24
Évaluation 5.00/5 Total 15 Évaluations
Développeur https://muhzi.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://muhzi.com
Langues Prises en Charge 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
    }
}