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
Eメール [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"
    }
}