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.

Was ist Tiny Tasks: a modern to-do list app?

Tiny Tasks: a modern to-do list app ist eine Chrome-Erweiterung, die von https://tinylabs.cc entwickelt wurde, und ihr Hauptmerkmal ist "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Tiny Tasks: a modern to-do list app-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tiny Tasks: a modern to-do list app-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tiny Tasks: a modern to-do list app Tiny Tasks: a modern to-do list app
ID lffhhelhehdcodfahohelkbfmaneiglg
Offizielle URL https://chromewebstore.google.com/detail/tiny-tasks-a-modern-to-do/lffhhelhehdcodfahohelkbfmaneiglg
Beschreibung Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.
Dateigröße 105 KB
Installationsanzahl 244
Aktuelle Version 1.13.3
Letztes Update 2023-11-29
Veröffentlichungsdatum 2023-05-08
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://tinylabs.cc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.tinylabs.cc
Hilfeseite URL https://www.buymeacoffee.com/tinylabs
Unterstützte Sprachen 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"
    }
}