Timeboxx
Set small achievable timeboxes with timeboxx to boost your productivity through the day.
Timeboxxとは何ですか?
TimeboxxはWilliam Clearによって開発されたChromeの拡張機能で、その主な機能は「Set small achievable timeboxes with timeboxx to boost your productivity through the day.」です。
拡張機能のスクリーンショット
Timeboxx拡張機能のCRXファイルをダウンロード
Timeboxx拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Increase productivity by timeboxing your time over the day. Create a timeboxx using the timeboxx extension button and giving it a duration. A notification will pop up when the timeboxx is completed. The big timer will take up as much of the screen as possible so you can keep track of your time from across a room! For example, timeboxx is helpful in situations when you would like to: - focus on learning a language for an hour - focus on a half hour workout - give yourself 20 minutes to enjoy some funny videos
拡張機能の基本情報
名前 | Timeboxx |
ID | mmjmallnpgpeojdippodjpcmnlpilfnj |
公式URL | https://chromewebstore.google.com/detail/timeboxx/mmjmallnpgpeojdippodjpcmnlpilfnj |
説明 | Set small achievable timeboxes with timeboxx to boost your productivity through the day. |
ファイルサイズ | 50.71 KB |
インストール数 | 60 |
現在のバージョン | 1.3.2 |
最終更新日 | 2014-01-25 |
公開日 | 2014-01-25 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | William Clear |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timeboxx", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Set small achievable timeboxes with timeboxx to boost your productivity through the day.", "version": "1.3.2", "author": "wclear", "minimum_chrome_version": "28", "permissions": [ "http:\/\/fonts.googleapis.com\/", "storage", "alarms", "notifications" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-1.10.2.min.js", "timeboxxcore.js", "eventPage.js" ], "persistent": false } } |