Pomodoro
The Pomodoro Technique - Focus. Relax. Improve. Achieve.
Pomodoroとは何ですか?
Pomodoroはhttps://onceupon.groupによって開発されたChromeの拡張機能で、その主な機能は「The Pomodoro Technique - Focus. Relax. Improve. Achieve.」です。
拡張機能のスクリーンショット
Pomodoro拡張機能のCRXファイルをダウンロード
Pomodoro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pomodoro Technique is a time management method by Francesco Cirillo in the 1980s *****There are six steps in the original technique***** 1. Decide on the task to be done. 2. Set the Pomodoro timer (traditionally to 25 minutes). 3. Work on the task. 4. End work when the timer rings and put a checkmark on a piece of paper. 5. If you have fewer than four checkmarks, take a short break (3–5 minutes) and then return to step 2; otherwise continue to step 6. 6. After four Pomodoros, take a longer break (15–30 minutes), reset your checkmark count to zero, then go to step 1. Application developed by Linh Okita and Nyan.
拡張機能の基本情報
名前 | Pomodoro |
ID | nanjaegameeoomamnliimipmmfabdngd |
公式URL | https://chromewebstore.google.com/detail/pomodoro/nanjaegameeoomamnliimipmmfabdngd |
説明 | The Pomodoro Technique - Focus. Relax. Improve. Achieve. |
ファイルサイズ | 363 KB |
インストール数 | 81 |
現在のバージョン | 1.0.2 |
最終更新日 | 2024-03-01 |
公開日 | 2023-11-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://onceupon.group |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.onceupon.group |
プライバシーポリシーページのURL | https://www.onceupon.group/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro", "description": "The Pomodoro Technique - Focus. Relax. Improve. Achieve.", "version": "1.0.2", "manifest_version": 3, "permissions": [ "alarms", "notifications", "storage", "offscreen", "system.display" ], "action": { "default_popup": "index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "16": "pomodoro-16.png", "32": "pomodoro-32.png", "48": "pomodoro-48.png", "128": "pomodoro-128.png" } } |