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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}