Pomodoro Timer: To Boost Your Productivity
Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.
Pomodoro Timer: To Boost Your Productivityとは何ですか?
Pomodoro Timer: To Boost Your ProductivityはDhruv Jobanputraによって開発されたChromeの拡張機能で、その主な機能は「Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.」です。
拡張機能のスクリーンショット
Pomodoro Timer: To Boost Your Productivity拡張機能のCRXファイルをダウンロード
Pomodoro Timer: To Boost Your Productivity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have an easy to use Pomodoro Timer in your chrome extension. Keep track of how long you have been working and get alerted when it is time to take a break or go back into action. The Pomodoro technique is an effective way to boost your productivity and this chrome extension is the perfect helper for it.
拡張機能の基本情報
名前 | Pomodoro Timer: To Boost Your Productivity |
ID | cimgfefpecjidchfhanhmhbgkcjoiipj |
公式URL | https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj |
説明 | Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work. |
ファイルサイズ | 161 KB |
インストール数 | 46 |
現在のバージョン | 0.1 |
最終更新日 | 2022-01-18 |
公開日 | 2022-01-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Dhruv Jobanputra |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Timer: To Boost Your Productivity", "description": "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.", "version": "0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } }, "web_accessible_resources": [ "\/images\/tomato128.png" ], "icons": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } } |