Pomodoro Timer
Simple pomodoro timer
Pomodoro Timerとは何ですか?
Pomodoro TimerはSergey Markin & Oleg Egorovによって開発されたChromeの拡張機能で、その主な機能は「Simple pomodoro timer」です。
拡張機能のスクリーンショット
Pomodoro Timer拡張機能のCRXファイルをダウンロード
Pomodoro Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Pomodoro Technique is a time management method developed by Francesco Cirillo. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for 'tomato'. In this extension, working time is 25 minutes, rest time is 5 minutes.
拡張機能の基本情報
名前 | Pomodoro Timer |
ID | okbedhkoibggbokmnkafehodicaihefj |
公式URL | https://chromewebstore.google.com/detail/pomodoro-timer/okbedhkoibggbokmnkafehodicaihefj |
説明 | Simple pomodoro timer |
ファイルサイズ | 75.69 KB |
インストール数 | 66 |
現在のバージョン | 1.0.3 |
最終更新日 | 2020-04-18 |
公開日 | 2020-04-18 |
開発者 | Sergey Markin & Oleg Egorov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Timer", "version": "1.0.3", "description": "Simple pomodoro timer", "permissions": [ "storage", "declarativeContent", "alarms" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "pomodoro16.png", "48": "pomodoro48.png", "128": "pomodoro128.png" }, "manifest_version": 2 } |