20-20-20 EyeCare
Gives timely reminders to take breaks for the safety of your eyes.
什么是20-20-20 EyeCare?
20-20-20 EyeCare是由yagrawal2411开发的Chrome扩展程序,该扩展的主要功能是“Gives timely reminders to take breaks for the safety of your eyes.”。
扩展截图
下载20-20-20 EyeCare扩展crx文件
下载20-20-20 EyeCare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
20-20-20 EyeCare is designed to improve eye health and reduce eye stress. It does so by implementing the 20-20-20 vision rule. The extension reminds the user to look away from their screen every 20 minutes by having a new page popup after the 20 minutes for 20 seconds and then automatically closing. How to use: 1) Install the chrome extension from the chrome web store. 2) Click on the popup icon to access the controls. 3) Press start when ready to begin the session. Press clear when done or taking a break from screen usage. Note: If any issues with the diplayed time arise, please just click the clear button and start the session again to troubleshoot the issue.
扩展基本信息
名称 | 20-20-20 EyeCare |
ID | eihpcdoafdobgpchpdfpgnlbfghjpmen |
官方URL | https://chromewebstore.google.com/detail/20-20-20-eyecare/eihpcdoafdobgpchpdfpgnlbfghjpmen |
简介 | Gives timely reminders to take breaks for the safety of your eyes. |
文件大小 | 3.35 MB |
安装次数 | 47 |
当前版本 | 1.0 |
更新时间 | 2021-01-20 |
上架时间 | 2021-01-19 |
评分 | 5.00/5 共1次评分 |
开发者 | yagrawal2411 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "20-20-20 EyeCare", "description": "Gives timely reminders to take breaks for the safety of your eyes.", "version": "1.0", "author": "Yash Agrawal", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "20-20-20 EyeCare", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "alarms", "storage" ] } |