Productive Cycles
Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.
Productive Cyclesคืออะไร?
Productive Cycles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Diego Serrano และคุณลักษณะหลักของมันคือ "Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Productive Cycles
ดาวน์โหลดไฟล์ส่วนขยาย Productive Cycles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It is great for working on projects, studying, writing, making budgets, and open-ended tasks. Features - Progress tracker - Pomodoro workflows - Configure the number of cycles you want to complete - Configure the time you want these cycles to last - Automatic mode will start and end cycles for you - Reminders to take a break, and to start work again - Dark mode Release notes (0.7.1) - French language 🇫🇷 - Special thanks to Nick W. for the translation
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Productive Cycles |
ID | lhcaggipefcoefbijhmdehhloonnlobh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/productive-cycles/lhcaggipefcoefbijhmdehhloonnlobh |
คำอธิบาย | Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks. |
ขนาดไฟล์ | 411 KB |
จำนวนการติดตั้ง | 379 |
เวอร์ชันปัจจุบัน | 0.7.1 |
อัปเดตครั้งล่าสุด | 2021-07-08 |
วันที่เผยแพร่ | 2020-06-10 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Diego Serrano |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.7.1", "default_locale": "en", "icons": { "16": "manifest-icons\/icon-16.png", "48": "manifest-icons\/icon-48.png", "128": "manifest-icons\/icon-128.png", "512": "manifest-icons\/icon-512.png" }, "browser_action": { "default_title": "__MSG_appName__", "default_icon": "manifest-icons\/icon-512.png", "default_popup": "popup\/popup.html" }, "background": { "page": "background\/background.html" }, "permissions": [ "notifications", "storage", "idle" ] } |