Micro Breaks
Schedule break reminders and increase your productivity.
什么是Micro Breaks?
Micro Breaks是由Kris Zima开发的Chrome扩展程序,该扩展的主要功能是“Schedule break reminders and increase your productivity.”。
扩展截图
下载Micro Breaks扩展crx文件
下载Micro Breaks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"Micro Breaks" can be used by anyone who spends long hours with the browser. Regularly scheduled breaks can improve productivity, relieve joint or muscle pain, and increase overall alertness. Micro Breaks will gently remind you about the break with an active green icon and/or desktop notification that can be easily turned on/off with a click of a button. Did you know? Taking regular breaks of just 2 minutes can increase productivity by 11.15%. Have a good workday!
扩展基本信息
名称 | Micro Breaks |
ID | fofomifmemjbnomlpjdnengjfddljcbe |
官方URL | https://chromewebstore.google.com/detail/micro-breaks/fofomifmemjbnomlpjdnengjfddljcbe |
简介 | Schedule break reminders and increase your productivity. |
文件大小 | 924 KB |
安装次数 | 4,969 |
当前版本 | 1.2.1 |
更新时间 | 2015-07-09 |
上架时间 | 2015-07-08 |
评分 | 3.18/5 共33次评分 |
开发者 | Kris Zima |
付费类型 | free |
扩展官网 | https://bitbucket.org/kzima/recurring-tasks/issues/new |
帮助页面URL | https://bitbucket.org/kzima/recurring-tasks/issues/new |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Micro Breaks", "short_name": "Micro Breaks", "description": "Schedule break reminders and increase your productivity.", "version": "1.2.1", "minimum_chrome_version": "23", "icons": { "16": "img\/happy-worker-black_16.png", "48": "img\/happy-worker-black_48.png", "128": "img\/happy-worker-black_128.png" }, "background": { "scripts": [ "lib\/moment.min.js", "js\/tasks.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Micro Breaks", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage", "alarms", "notifications", "tabs", "https:\/\/www.google-analytics.com\/" ] } |