FlowTime 1
Pomodoro-driven timer with customizable durations of work and rest periods.
FlowTime 1คืออะไร?
FlowTime 1 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย logan.burchett13 และคุณลักษณะหลักของมันคือ "Pomodoro-driven timer with customizable durations of work and rest periods."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FlowTime 1
ดาวน์โหลดไฟล์ส่วนขยาย FlowTime 1 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FlowTime is an extension that helps stay focused on your work. Timer has 3 standard options for workflow: * 60 min. work / 15 min. rest * 45 min. work / 15 min. rest * 25 min. work / 5 min. rest (original Pomodoro) In additional, custom workflow allows to customize durations of work or rest phases. HOW TO USE: 1. Choose workflow that represents your habits or your working style best. 2. Customize durations if you want to. 3. Hit "Enter" button. 4. Alternate work and rest phases and complete your tasks!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FlowTime 1 |
ID | jgmilfbglekpibpaeflpioddklgajnno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flowtime-1/jgmilfbglekpibpaeflpioddklgajnno |
คำอธิบาย | Pomodoro-driven timer with customizable durations of work and rest periods. |
ขนาดไฟล์ | 436 KB |
จำนวนการติดตั้ง | 702 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2017-02-18 |
วันที่เผยแพร่ | 2017-02-18 |
คะแนน | 4.36/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | logan.burchett13 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FlowTime 1", "short_name": "FlowTime 1", "manifest_version": 2, "version": "1.3.0", "icons": { "128": "res\/img\/icon.png" }, "description": "Pomodoro-driven timer with customizable durations of work and rest periods.", "browser_action": { "default_icon": "res\/img\/popup_icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "back.min.js" ] }, "offline_enabled": true, "permissions": [ "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |