Pomotasking: Tasks lists with Pomodoro Timer
A Chrome Pomodoro timer with ToDo list
Pomotasking: Tasks lists with Pomodoro Timerคืออะไร?
Pomotasking: Tasks lists with Pomodoro Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Samuel Simões และคุณลักษณะหลักของมันคือ "A Chrome Pomodoro timer with ToDo list"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pomotasking: Tasks lists with Pomodoro Timer
ดาวน์โหลดไฟล์ส่วนขยาย Pomotasking: Tasks lists with Pomodoro Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Manage your tasks easily with ToDo lists and pomodoro technique integrated in a very straightforward app. It's open source, come help us to improve Pomotasking: https://github.com/samuelsimoes/pomotasking
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pomotasking: Tasks lists with Pomodoro Timer |
ID | diofopnenjmjcpcimiimefbcmjahgldg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pomotasking-tasks-lists-w/diofopnenjmjcpcimiimefbcmjahgldg |
คำอธิบาย | A Chrome Pomodoro timer with ToDo list |
ขนาดไฟล์ | 483 KB |
จำนวนการติดตั้ง | 2,772 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2017-10-15 |
วันที่เผยแพร่ | 2017-10-15 |
คะแนน | 4.75/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | Samuel Simões |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomotasking: Tasks lists with Pomodoro Timer", "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "browser-action-icon.png" }, "icons": { "128": "pomotodo-128.png" }, "permissions": [ "notifications" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "A Chrome Pomodoro timer with ToDo list", "version": "0.0.4" } |