ポモドーロタイマー(Pomodoro Timer)
ポモドーロテクニックを使いたい方向けタイマーです。設定時間毎に確認画面が表示されます。
ポモドーロタイマー(Pomodoro Timer)คืออะไร?
ポモドーロタイマー(Pomodoro Timer) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yuki Nishino และคุณลักษณะหลักของมันคือ "ポモドーロテクニックを使いたい方向けタイマーです。設定時間毎に確認画面が表示されます。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ポモドーロタイマー(Pomodoro Timer)
ดาวน์โหลดไฟล์ส่วนขยาย ポモドーロタイマー(Pomodoro Timer) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ポモドーロテクニックを使ったタイマーのchrome拡張機能。 作業時間(25分)と休憩時間(5分)を設定してタイマーを始動できます。 作業時間を過ぎると休憩時間促しの確認画面が表示。 「OK」をクリックで休憩時間のタイマーが始動。 休憩時間を過ぎると作業開始の確認画面が表示。 「OK」をクリックで作業時間のタイマーが始動。 以下繰り返し(popup画面の「stop」か確認画面の「キャンセル」を押すと終了)。 リリースノート https://github.com/ShakaSeYuki/pomodoro-timer Timer chrome extension using Pomodoro technique. You can set the working time (25 minutes) and rest time (5 minutes) to start the timer. When the working time is over, a confirmation screen prompting you to take a break is displayed. Click “OK” to start the break timer. When the break time is over, a confirmation screen for starting work appears. Click "OK" to start the work time timer. Repeat the following (end by pressing "stop" on the popup screen or "Cancel" on the confirmation screen).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ポモドーロタイマー(Pomodoro Timer) |
ID | lpfaeeoapaaljlcgaifnahimgbocleeb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E3%83%9D%E3%83%A2%E3%83%89%E3%83%BC%E3%83%AD%E3%82%BF%E3%82%A4%E3%83%9E%E3%83%BCpomodoro-timer/lpfaeeoapaaljlcgaifnahimgbocleeb |
คำอธิบาย | ポモドーロテクニックを使いたい方向けタイマーです。設定時間毎に確認画面が表示されます。 |
ขนาดไฟล์ | 26.47 KB |
จำนวนการติดตั้ง | 4,769 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2019-10-20 |
วันที่เผยแพร่ | 2019-10-19 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Yuki Nishino |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/ShakaSeYuki/pomodoro-timer |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u30dd\u30e2\u30c9\u30fc\u30ed\u30bf\u30a4\u30de\u30fc(Pomodoro Timer)", "version": "1.0.2", "description": "\u30dd\u30e2\u30c9\u30fc\u30ed\u30c6\u30af\u30cb\u30c3\u30af\u3092\u4f7f\u3044\u305f\u3044\u65b9\u5411\u3051\u30bf\u30a4\u30de\u30fc\u3067\u3059\u3002\u8a2d\u5b9a\u6642\u9593\u6bce\u306b\u78ba\u8a8d\u753b\u9762\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png" }, "default_title": "\u30dd\u30e2\u30c9\u30fc\u30ed\u30bf\u30a4\u30de\u30fc", "default_popup": "pomodoro-timer.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "background" ] } |