Eye Blinker

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

Eye Blinkerとは何ですか?

Eye Blinkerはhttps://muhzi.comによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that helps you to follow the 20-20-20 rule」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Eye Blinker拡張機能のCRXファイルをダウンロード

Eye Blinker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Eye Blinker Eye Blinker
ID fbgchecgijgcacfckobealojikbohcdd
公式URL https://chromewebstore.google.com/detail/eye-blinker/fbgchecgijgcacfckobealojikbohcdd
説明 A Chrome extension that helps you to follow the 20-20-20 rule
ファイルサイズ 1.37 MB
インストール数 1,479
現在のバージョン 0.0.5
最終更新日 2019-07-24
公開日 2019-07-24
評価 5.00/5 合計 15 レビュー
開発者 https://muhzi.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://muhzi.com
対応言語 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
    }
}