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 |
官方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 |
电子邮箱 | [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 } } |