Todo Tab

A privacy-first todo list

Qu'est-ce que Todo Tab ?

Todo Tab est une extension Chrome développée par https://jaison.info, et sa fonction principale est "A privacy-first todo list".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Todo Tab

Téléchargez les fichiers d'extension Todo Tab 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

                        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                    

Informations de Base sur l'Extension

Nom Todo Tab Todo Tab
ID ljkjodkdilmmlaiphehiceeblnnndhnd
URL Officiel https://chromewebstore.google.com/detail/todo-tab/ljkjodkdilmmlaiphehiceeblnnndhnd
Description A privacy-first todo list
Taille du Fichier 203 KB
Nombre d'Installations 2,826
Version Actuelle 2.0.1
Dernière Mise à Jour 2021-05-06
Date de Publication 2018-08-05
Évaluation 4.50/5 Total 40 Évaluations
Développeur https://jaison.info
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.todotab.xyz
URL de la Page de Politique de Confidentialité https://www.todotab.xyz/privacy-policy.html
Langues Prises en Charge 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"
    }
}