Mini Break Timer: Every 20 Minutes
Prevent eye strain using a simple reminder, every new tab
什么是Mini Break Timer: Every 20 Minutes?
Mini Break Timer: Every 20 Minutes是由Feedsgo开发的Chrome扩展程序,该扩展的主要功能是“Prevent eye strain using a simple reminder, every new tab”。
扩展截图
下载Mini Break Timer: Every 20 Minutes扩展crx文件
下载Mini Break Timer: Every 20 Minutes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you find yourself gazing at screens all day and having eye strain and unpleasant symptoms, you may want to use the 20-20-20 rule. Basically, every 20 minutes spent using a screen, you should try to look away at something that is 20 feet away from you for a total of 20 seconds. When use the this addon, every time you use the browser, a 20 minute timer will be being activated. Then, after 20 minutes, the next time you open a new tab, you'll get a reminder to take a little break. no annoying sounds or popups! By clicking “Add to chrome”, I accept and agree to installing the 'Mini Break Timer: Every 20 Minutes' extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Contact: http://www.feedsgo.net/contact About: http://www.feedsgo.net/about Terms and Conditions: http://www.feedsgo.net/minibreaktimer-20/terms-and-conditions Privacy Policy: http://www.feedsgo.net/minibreaktimer-20/privacy-policy
扩展基本信息
名称 | Mini Break Timer: Every 20 Minutes |
ID | plncnpocaddbiiggfiflhiabkgmklcge |
官方URL | https://chromewebstore.google.com/detail/mini-break-timer-every-20/plncnpocaddbiiggfiflhiabkgmklcge |
简介 | Prevent eye strain using a simple reminder, every new tab |
文件大小 | 1.7 MB |
安装次数 | 797 |
当前版本 | 1.1 |
更新时间 | 2021-12-03 |
上架时间 | 2021-10-20 |
评分 | 4.29/5 共7次评分 |
开发者 | Feedsgo |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.feedsgo.net/minibreaktimer-20/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini Break Timer: Every 20 Minutes", "description": "Prevent eye strain using a simple reminder, every new tab", "version": "1.1", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon48.png" } } |