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.

Wat is Tiny Tasks: a modern to-do list app?

Tiny Tasks: a modern to-do list app is een Chrome-extensie ontwikkeld door https://tinylabs.cc, en de belangrijkste functie is "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tiny Tasks: a modern to-do list app

Download Tiny Tasks: a modern to-do list app-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tiny Tasks: a modern to-do list app Tiny Tasks: a modern to-do list app
ID lffhhelhehdcodfahohelkbfmaneiglg
Officiële URL https://chromewebstore.google.com/detail/tiny-tasks-a-modern-to-do/lffhhelhehdcodfahohelkbfmaneiglg
Beschrijving Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.
Bestandsgrootte 105 KB
Aantal Installaties 244
Huidige Versie 1.13.3
Laatst Bijgewerkt 2023-11-29
Publicatiedatum 2023-05-08
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://tinylabs.cc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.tinylabs.cc
Help Pagina-URL https://www.buymeacoffee.com/tinylabs
Ondersteunde Talen 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"
    }
}