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!

O que é TaskTodo — Manage your today tasks on new tab?

TaskTodo — Manage your today tasks on new tab é uma extensão do Chrome desenvolvida por https://getdonelab.com, e sua principal característica é "Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TaskTodo — Manage your today tasks on new tab

Baixe arquivos de extensão TaskTodo — Manage your today tasks on new tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome TaskTodo — Manage your today tasks on new tab TaskTodo — Manage your today tasks on new tab
ID gadlheicmgampaccdjjkcainknahdpna
URL Oficial https://chromewebstore.google.com/detail/tasktodo-%E2%80%94-manage-your-to/gadlheicmgampaccdjjkcainknahdpna
Descrição Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!
Tamanho do Arquivo 165 KB
Contagem de Instalações 46
Versão Atual 1.3
Última Atualização 2023-05-16
Data de Publicação 2023-04-13
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://getdonelab.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getdonelab.com
URL da Página de Ajuda https://getdonelab.com
Idiomas Suportados 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"
    }
}