Todo Tab
A privacy-first todo list
Was ist Todo Tab?
Todo Tab ist eine Chrome-Erweiterung, die von https://jaison.info entwickelt wurde, und ihr Hauptmerkmal ist "A privacy-first todo list".
Erweiterungsscreenshots
Todo Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Todo 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
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
Grundlegende Informationen zur Erweiterung
Name | Todo Tab |
ID | ljkjodkdilmmlaiphehiceeblnnndhnd |
Offizielle URL | https://chromewebstore.google.com/detail/todo-tab/ljkjodkdilmmlaiphehiceeblnnndhnd |
Beschreibung | A privacy-first todo list |
Dateigröße | 203 KB |
Installationsanzahl | 2,826 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2021-05-06 |
Veröffentlichungsdatum | 2018-08-05 |
Bewertung | 4.50/5 Insgesamt 40 Bewertungen |
Entwickler | https://jaison.info |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.todotab.xyz |
URL der Datenschutzrichtlinien-Seite | https://www.todotab.xyz/privacy-policy.html |
Unterstützte Sprachen | 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" } } |