TaskTodo — Manage your today tasks on new tab

Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!

Was ist TaskTodo — Manage your today tasks on new tab?

TaskTodo — Manage your today tasks on new tab ist eine Chrome-Erweiterung, die von https://getdonelab.com entwickelt wurde, und ihr Hauptmerkmal ist "Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

TaskTodo — Manage your today tasks on new tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie TaskTodo — Manage your today tasks on new tab-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

                        Get organized and stay productive with "TaskTodo" by Getdone - Lab, the simple todo app that opens on a new tab! With its easy-to-use interface, you can quickly add new tasks, set due dates and priorities, and mark tasks as complete with just a few clicks.

Our todo app is perfect for anyone looking to streamline their workflow and manage their tasks more efficiently. And with the convenience of opening on a new tab, you'll have your to-do list right at your fingertips whenever you need it.

So why wait? Try "TaskTodo" by Getdone - Lab today and start getting things done! Our Chrome extension is the ultimate tool for keeping your tasks organized and staying on top of your workload. Download it now and take the first step towards a more productive you!                    

Grundlegende Informationen zur Erweiterung

Name TaskTodo — Manage your today tasks on new tab TaskTodo — Manage your today tasks on new tab
ID gadlheicmgampaccdjjkcainknahdpna
Offizielle URL https://chromewebstore.google.com/detail/tasktodo-%E2%80%94-manage-your-to/gadlheicmgampaccdjjkcainknahdpna
Beschreibung Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!
Dateigröße 165 KB
Installationsanzahl 46
Aktuelle Version 1.3
Letztes Update 2023-05-16
Veröffentlichungsdatum 2023-04-13
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://getdonelab.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://getdonelab.com
Hilfeseite URL https://getdonelab.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TaskTodo \u2014 Manage your today tasks on new tab",
    "description": "Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    }
}