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.
Cos'è Tiny Tasks: a modern to-do list app?
Tiny Tasks: a modern to-do list app è un'estensione di Chrome sviluppata da https://tinylabs.cc, e la sua funzione principale è "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tiny Tasks: a modern to-do list app
Scarica i file di estensione Tiny Tasks: a modern to-do list app in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Tiny Tasks: a modern to-do list app |
ID | lffhhelhehdcodfahohelkbfmaneiglg |
URL Ufficiale | https://chromewebstore.google.com/detail/tiny-tasks-a-modern-to-do/lffhhelhehdcodfahohelkbfmaneiglg |
Descrizione | Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day. |
Dimensione del File | 105 KB |
Conteggio Installazioni | 244 |
Versione Corrente | 1.13.3 |
Ultimo Aggiornamento | 2023-11-29 |
Data di Pubblicazione | 2023-05-08 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://tinylabs.cc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tinylabs.cc |
URL della Pagina di Aiuto | https://www.buymeacoffee.com/tinylabs |
Lingue Supportate | 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" } } |