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”。
擴展截圖
下載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 |
ID | fbgchecgijgcacfckobealojikbohcdd |
官方網址 | 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 |
電子郵箱 | [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 } } |