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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |