To-Do List

A simple to-do list Chrome extension.

To-Do Listคืออะไร?

To-Do List เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cytsai11.tw และคุณลักษณะหลักของมันคือ "A simple to-do list Chrome extension."

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

screenshot
screenshot
screenshot

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

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

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

                        Looking for a way to stay organized and on top of your daily tasks? Look no further than our new Chrome extension that helps you manage your to-do list with ease and efficiency.

With just a few clicks, you can create, organize, and prioritize your tasks for the day, week, or even the month ahead. Our sleek and user-friendly interface allows you to easily add new tasks, edit existing ones, and mark them as complete.

But that's not all, our intuitive drag-and-drop functionality makes it easy to rearrange tasks and prioritize them according to their importance and deadline.

With our to-do list Chrome extension, you can finally say goodbye to sticky notes, forgotten tasks, and missed deadlines. Whether you're a busy professional, a student, or a busy parent juggling multiple responsibilities, our extension is the perfect solution for staying on top of your to-do list and achieving your goals.

So why wait? Download our to-do list Chrome extension today and start managing your tasks like a pro!                    

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

ชื่อ To-Do List To-Do List
ID hpmeoagnhdfkembdbohmefnohdfffacp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/to-do-list/hpmeoagnhdfkembdbohmefnohdfffacp
คำอธิบาย A simple to-do list Chrome extension.
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 257
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-30
วันที่เผยแพร่ 2023-03-30
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา cytsai11.tw
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "To-Do List",
    "version": "1.0",
    "description": "A simple to-do list Chrome extension.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "To-Do List"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon.png"
    }
}