Todo Tab

A privacy-first todo list

什么是Todo Tab?

Todo Tab是由https://jaison.info开发的Chrome扩展程序,该扩展的主要功能是“A privacy-first todo list”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Todo Tab扩展crx文件

下载Todo Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Todo Tab Todo Tab
ID ljkjodkdilmmlaiphehiceeblnnndhnd
官方URL https://chromewebstore.google.com/detail/todo-tab/ljkjodkdilmmlaiphehiceeblnnndhnd
简介 A privacy-first todo list
文件大小 203 KB
安装次数 2,826
当前版本 2.0.1
更新时间 2021-05-06
上架时间 2018-08-05
评分 4.50/5 共40次评分
开发者 https://jaison.info
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.todotab.xyz
隐私政策页面URL https://www.todotab.xyz/privacy-policy.html
支持的语言 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"
    }
}