Micro Breaks
Schedule break reminders and increase your productivity.
What is Micro Breaks?
Micro Breaks is a Chrome extension developed by Kris Zima, and its main feature is "Schedule break reminders and increase your productivity.".
Extension Screenshots
Download Micro Breaks Extension CRX File
Download Micro Breaks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
"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!
Extension Basic Information
Name | Micro Breaks |
ID | fofomifmemjbnomlpjdnengjfddljcbe |
Official URL | https://chromewebstore.google.com/detail/micro-breaks/fofomifmemjbnomlpjdnengjfddljcbe |
Description | Schedule break reminders and increase your productivity. |
File Size | 924 KB |
Installation Count | 4,969 |
Current Version | 1.2.1 |
Last Updated | 2015-07-09 |
Publish Date | 2015-07-08 |
Rating | 3.18/5 Total 33 Ratings |
Developer | Kris Zima |
Payment Type | free |
Extension Website | https://bitbucket.org/kzima/recurring-tasks/issues/new |
Help Page URL | https://bitbucket.org/kzima/recurring-tasks/issues/new |
Supported Languages | 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\/" ] } |