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.

Co to jest Tiny Tasks: a modern to-do list app?

Tiny Tasks: a modern to-do list app to rozszerzenie Chrome opracowane przez https://tinylabs.cc, a jego główną funkcją jest „Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tiny Tasks: a modern to-do list app

Pobierz pliki rozszerzeń Tiny Tasks: a modern to-do list app w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tiny Tasks: a modern to-do list app Tiny Tasks: a modern to-do list app
ID lffhhelhehdcodfahohelkbfmaneiglg
Oficjalny URL https://chromewebstore.google.com/detail/tiny-tasks-a-modern-to-do/lffhhelhehdcodfahohelkbfmaneiglg
Opis Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.
Rozmiar pliku 105 KB
Liczba instalacji 244
Aktualna Wersja 1.13.3
Ostatnia Aktualizacja 2023-11-29
Data Publikacji 2023-05-08
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://tinylabs.cc
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.tinylabs.cc
Adres URL Strony Pomocy https://www.buymeacoffee.com/tinylabs
Obsługiwane Języki 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"
    }
}