Todo Tab

A privacy-first todo list

¿Qué es Todo Tab?

Todo Tab es una extensión de Chrome desarrollada por https://jaison.info, y su función principal es "A privacy-first todo list".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Todo Tab

Descarga archivos de extensión Todo Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Todo Tab Todo Tab
ID ljkjodkdilmmlaiphehiceeblnnndhnd
URL Oficial https://chromewebstore.google.com/detail/todo-tab/ljkjodkdilmmlaiphehiceeblnnndhnd
Descripción A privacy-first todo list
Tamaño del Archivo 203 KB
Cantidad de Instalaciones 2,826
Versión Actual 2.0.1
Última Actualización 2021-05-06
Fecha de Publicación 2018-08-05
Calificación 4.50/5 Total de 40 Calificaciones
Desarrollador https://jaison.info
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.todotab.xyz
URL de la Página de Política de Privacidad https://www.todotab.xyz/privacy-policy.html
Idiomas Soportados 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"
    }
}