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.

Qu'est-ce que Tiny Tasks: a modern to-do list app ?

Tiny Tasks: a modern to-do list app est une extension Chrome développée par https://tinylabs.cc, et sa fonction principale est "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tiny Tasks: a modern to-do list app

Téléchargez les fichiers d'extension Tiny Tasks: a modern to-do list app au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tiny Tasks: a modern to-do list app Tiny Tasks: a modern to-do list app
ID lffhhelhehdcodfahohelkbfmaneiglg
URL Officiel 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.
Taille du Fichier 105 KB
Nombre d'Installations 244
Version Actuelle 1.13.3
Dernière Mise à Jour 2023-11-29
Date de Publication 2023-05-08
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://tinylabs.cc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.tinylabs.cc
URL de la Page d'Aide https://www.buymeacoffee.com/tinylabs
Langues Prises en Charge 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"
    }
}