Todo Tab

A privacy-first todo list

Todo Tabคืออะไร?

Todo Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jaison.info และคุณลักษณะหลักของมันคือ "A privacy-first todo list"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Todo Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}