Tiny Tasks: a modern to-do list app
Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.
Tiny Tasks: a modern to-do list appคืออะไร?
Tiny Tasks: a modern to-do list app เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tinylabs.cc และคุณลักษณะหลักของมันคือ "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiny Tasks: a modern to-do list app
ดาวน์โหลดไฟล์ส่วนขยาย Tiny Tasks: a modern to-do list app ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Laundry lists can be overwhelming, so the main purpose of Tiny Tasks is to help you manage your day's tasks, one task at a time. ⚡️ FAST 🏃♀️ LIGHTWEIGHT ✌️ MODERN ✅ FEATURES 🎯 Focus mode 🖍️ Priority levels ♻️ Repeatable tasks 🗓️ Completed tasks by date 😶🌫️ Show/hide completed tasks 🌌 Dark mode 📆 Today's date 🗂️ Export tasks 🔗 Links 📮 You can request features by sending an email to [email protected] ☕️ You can support the extension development at https://www.buymeacoffee.com/tinylabs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tiny Tasks: a modern to-do list app |
ID | lffhhelhehdcodfahohelkbfmaneiglg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tiny-tasks-a-modern-to-do/lffhhelhehdcodfahohelkbfmaneiglg |
คำอธิบาย | Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day. |
ขนาดไฟล์ | 105 KB |
จำนวนการติดตั้ง | 244 |
เวอร์ชันปัจจุบัน | 1.13.3 |
อัปเดตครั้งล่าสุด | 2023-11-29 |
วันที่เผยแพร่ | 2023-05-08 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://tinylabs.cc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.tinylabs.cc |
URL หน้าช่วยเหลือ | https://www.buymeacoffee.com/tinylabs |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiny Tasks: a modern to-do list app", "version": "1.13.3", "description": "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.", "offline_enabled": true, "short_name": "Tiny Tasks", "manifest_version": 3, "permissions": [ "storage", "alarms", "contextMenus", "notifications" ], "icons": { "16": "task.png", "48": "task.png", "128": "task.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "task.png", "default_popup": "index.html" } } |