To-Due List

A simple to-do list to organize your tasks

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

To-Due List เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dylan Li และคุณลักษณะหลักของมันคือ "A simple to-do list to organize your tasks"

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

screenshot

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

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

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

                        To-Due List is a simple but useful tool to organize all of your tasks, such as writing essays, or attending meetings. 

Features: 
1. Rank/prioritize tasks
2. Set a due date
3. Sort tasks chronologically
4. Check off completed tasks
5. Toggle light/dark mode
6. Set notifications to be received before the due date

How to get started:
1. Create a task using the button with the "+" symbol in the bottom right corner
2. Write a short description of the task and set a date and time
3. Set notifications using the button with the bell icon in the top left corner, selecting the checkboxes for what times you would like to be notified before an upcoming task                    

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

ชื่อ To-Due List To-Due List
ID llellpchbcnlcenkghadpidfhpepegih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/to-due-list/llellpchbcnlcenkghadpidfhpepegih
คำอธิบาย A simple to-do list to organize your tasks
ขนาดไฟล์ 130 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-12-21
วันที่เผยแพร่ 2021-06-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Dylan Li
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "To-Due List",
    "description": "A simple to-do list to organize your tasks",
    "version": "1.1",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/tasklist.png",
            "32": "images\/tasklist.png"
        }
    },
    "icons": {
        "16": "images\/tasklist.png",
        "32": "images\/tasklist.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ]
}