Todo Tab

A privacy-first todo list

What is Todo Tab?

Todo Tab is a Chrome extension developed by https://jaison.info, and its main feature is "A privacy-first todo list".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Todo Tab Extension CRX File

Download Todo Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Todo Tab Todo Tab
ID ljkjodkdilmmlaiphehiceeblnnndhnd
Official URL https://chromewebstore.google.com/detail/todo-tab/ljkjodkdilmmlaiphehiceeblnnndhnd
Description A privacy-first todo list
File Size 203 KB
Installation Count 2,826
Current Version 2.0.1
Last Updated 2021-05-06
Publish Date 2018-08-05
Rating 4.50/5 Total 40 Ratings
Developer https://jaison.info
Email [email protected]
Payment Type free
Extension Website https://www.todotab.xyz
Privacy Policy Page URL https://www.todotab.xyz/privacy-policy.html
Supported Languages 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"
    }
}