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.

Vad är Tiny Tasks: a modern to-do list app?

Tiny Tasks: a modern to-do list app är en Chrome-tillägg utvecklad av https://tinylabs.cc, och dess huvudfunktion är "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Tiny Tasks: a modern to-do list app-förlängningens CRX-fil

Ladda ner Tiny Tasks: a modern to-do list app-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Tiny Tasks: a modern to-do list app Tiny Tasks: a modern to-do list app
ID lffhhelhehdcodfahohelkbfmaneiglg
Officiell webbadress https://chromewebstore.google.com/detail/tiny-tasks-a-modern-to-do/lffhhelhehdcodfahohelkbfmaneiglg
Beskrivning Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.
Filstorlek 105 KB
Antal Installationer 244
Aktuell Version 1.13.3
Senast Uppdaterad 2023-11-29
Publiceringsdatum 2023-05-08
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://tinylabs.cc
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.tinylabs.cc
Hjälpsida URL https://www.buymeacoffee.com/tinylabs
Stödda Språk 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"
    }
}