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
官方網址 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"
    }
}