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.

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

Tiny Tasks: a modern to-do list app is a Chrome extension developed by https://tinylabs.cc, and its main feature is "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tiny Tasks: a modern to-do list app Extension CRX File

Download Tiny Tasks: a modern to-do list app extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tiny Tasks: a modern to-do list app Tiny Tasks: a modern to-do list app
ID lffhhelhehdcodfahohelkbfmaneiglg
Official URL https://chromewebstore.google.com/detail/tiny-tasks-a-modern-to-do/lffhhelhehdcodfahohelkbfmaneiglg
Description Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.
File Size 105 KB
Installation Count 244
Current Version 1.13.3
Last Updated 2023-11-29
Publish Date 2023-05-08
Rating 5.00/5 Total 5 Ratings
Developer https://tinylabs.cc
Email [email protected]
Payment Type free
Extension Website https://www.tinylabs.cc
Help Page URL https://www.buymeacoffee.com/tinylabs
Supported Languages 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"
    }
}