Todo Tab

A privacy-first todo list

O que é Todo Tab?

Todo Tab é uma extensão do Chrome desenvolvida por https://jaison.info, e sua principal característica é "A privacy-first todo list".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Todo Tab

Baixe arquivos de extensão Todo 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

                        Yes! We care about your privacy. We never look into your task list or browser history. Along with the standard to-do list, we are introducing a feature called colouring coded labels. This feature helps you to recognise as well as recall your task faster. If you are someone who spends most of the time with the browser, this is for you! Install and stay productive!

- Featured on Product Hunt & LifeHacker Japan.

Like this tool? Help it stay alive – https://www.buymeacoffee.com/jaisonjustus                    

Informações Básicas da Extensão

Nome Todo Tab Todo Tab
ID ljkjodkdilmmlaiphehiceeblnnndhnd
URL Oficial https://chromewebstore.google.com/detail/todo-tab/ljkjodkdilmmlaiphehiceeblnnndhnd
Descrição A privacy-first todo list
Tamanho do Arquivo 203 KB
Contagem de Instalações 2,826
Versão Atual 2.0.1
Última Atualização 2021-05-06
Data de Publicação 2018-08-05
Classificação 4.50/5 Total de 40 Avaliações
Desenvolvedor https://jaison.info
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.todotab.xyz
URL da Página de Política de Privacidade https://www.todotab.xyz/privacy-policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Todo Tab",
    "version": "2.0.1",
    "description": "A privacy-first todo list",
    "author": "27AE60",
    "homepage_url": "http:\/\/27ae60.com",
    "action": {
        "default_title": "Todo Tab",
        "default_icon": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "welcome.html"
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}