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 là gì?
Tiny Tasks: a modern to-do list app là một tiện ích mở rộng Chrome được phát triển bởi https://tinylabs.cc, và tính năng chính của nó là "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tiny Tasks: a modern to-do list app
Tải xuống các tệp mở rộng Tiny Tasks: a modern to-do list app dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tiny Tasks: a modern to-do list app |
ID | lffhhelhehdcodfahohelkbfmaneiglg |
URL Chính Thức | https://chromewebstore.google.com/detail/tiny-tasks-a-modern-to-do/lffhhelhehdcodfahohelkbfmaneiglg |
Mô tả | Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day. |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 244 |
Phiên Bản Hiện Tại | 1.13.3 |
Cập Nhật Lần Cuối | 2023-11-29 |
Ngày Phát Hành | 2023-05-08 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://tinylabs.cc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.tinylabs.cc |
URL Trang Trợ Giúp | https://www.buymeacoffee.com/tinylabs |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |