20/20/20 Reminders
Provides unobtrusive reminders to help you follow the 20/20/20 rule.
什么是20/20/20 Reminders?
20/20/20 Reminders是由Wolffsohn Research开发的Chrome扩展程序,该扩展的主要功能是“Provides unobtrusive reminders to help you follow the 20/20/20 rule.”。
扩展截图
下载20/20/20 Reminders扩展crx文件
下载20/20/20 Reminders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Help your eyes to relax and combat the symptoms of Computer Vision Syndrome by following the 20/20/20 rule. Every 20 minutes, take a break from your screen for 20 seconds and focus on something 20 feet away. This lightweight extension will help you to follow the rule by providing a small desktop notification every 20 minutes. You can optionally configure the interval and duration of the break period and play a sound when it starts and finishes.
扩展基本信息
名称 | 20/20/20 Reminders |
ID | hdadofjbdnckpfbmddfkgpnpchcfbpki |
官方URL | https://chromewebstore.google.com/detail/202020-reminders/hdadofjbdnckpfbmddfkgpnpchcfbpki |
简介 | Provides unobtrusive reminders to help you follow the 20/20/20 rule. |
文件大小 | 112 KB |
安装次数 | 1,000 |
当前版本 | 1.0.1 |
更新时间 | 2021-07-18 |
上架时间 | 2021-07-04 |
评分 | 5.00/5 共3次评分 |
开发者 | Wolffsohn Research |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.wolffsohnresearch.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "20\/20\/20 Reminders", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "42", "author": "Wolffsohn Research", "description": "Provides unobtrusive reminders to help you follow the 20\/20\/20 rule.", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js", "constants.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "options.html" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage", "notifications", "alarms" ] } |