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\/" ] } |