Todo Tab

A privacy-first todo list

Todo Tab là gì?

Todo Tab là một tiện ích mở rộng Chrome được phát triển bởi https://jaison.info, và tính năng chính của nó là "A privacy-first todo list".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Todo Tab

Tải xuống các tệp mở rộng Todo Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Todo Tab Todo Tab
ID ljkjodkdilmmlaiphehiceeblnnndhnd
URL Chính Thức https://chromewebstore.google.com/detail/todo-tab/ljkjodkdilmmlaiphehiceeblnnndhnd
Mô tả A privacy-first todo list
Kích Thước Tệp 203 KB
Số Lần Cài Đặt 2,826
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2021-05-06
Ngày Phát Hành 2018-08-05
Đánh Giá 4.50/5 Tổng số 40 Đánh Giá
Nhà Phát Triển https://jaison.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.todotab.xyz
URL Trang Chính Sách Bảo Mật https://www.todotab.xyz/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}