Yudu To-do List

A Todo List Extension Designed For Speed, Beauty, and Productivity. Download Today!

Yudu To-do Listคืออะไร?

Yudu To-do List เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yudu และคุณลักษณะหลักของมันคือ "A Todo List Extension Designed For Speed, Beauty, and Productivity. Download Today!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yudu To-do List

ดาวน์โหลดไฟล์ส่วนขยาย Yudu To-do List ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a chrome extension that lets you easily work form your browser. 

A fast, easy and beautiful to-do list for your browser.

✅ No-Signup!  🙏 Free   🏄 Easy 

Features
1. REALLY FAST⚡
Load time⚡ less than 0.5 seconds

2. TASKS COUNTER ⓫
Quickly see total tasks just below the extension.

3. FREE
We don't intend to charge for this app.

4. EASY AND MINIMAL
Less but powerful features.

5. WORKS OFFLINE
Your data is stored in your browser so Yudu works offline.

6. NO SIGNUP 
Just install and start using.

7. ALL BASIC FEATURES
- TASKS 💬, SUBTASKS, FOLDERS
- COLORS AND THEMES
- DUE DATES & PRIORITIES
- GOOD USER EXPERIENCE
- DRAG DROP 🛸
- QUICKLY ADD URLS 🌐

8. HIGHLIGHT, Right Click to Add Tasks 🌅
Select the text from your chats, messages, articles using your mouse, right click and select "Add to Yudu" or click the extension to automatically add task. 


To start Download the extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yudu To-do List Yudu To-do List
ID giiafmcolpalgafbcmhphgaenkaoaopf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yudu-to-do-list/giiafmcolpalgafbcmhphgaenkaoaopf
คำอธิบาย A Todo List Extension Designed For Speed, Beauty, and Productivity. Download Today!
ขนาดไฟล์ 716 KB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 6
อัปเดตครั้งล่าสุด 2022-01-15
วันที่เผยแพร่ 2020-10-20
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Yudu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://yudu.app
URL หน้าช่วยเหลือ https://yudu.app
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yudu To-do List",
    "description": "A Todo List Extension Designed For Speed, Beauty, and Productivity. Download Today! ",
    "version": "6",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}