Quick Todo Tab

Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make…

Quick Todo Tabคืออะไร?

Quick Todo Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WooodHead และคุณลักษณะหลักของมันคือ "Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make…"

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

screenshot

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

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

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

                        Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make shopping lists or task lists, take notes, record collections, plan an event, or set reminders to increase your productivity and focus on what matters to you. Quick Todo Tab makes it easy to stay organized and manage your life.

Quick Todo Tab features:

Task manager
• Add reminders, tasks and lists with the To Do widget
• Daily organizer personalized with bold and colorful backgrounds
• Reminders with one-time or recurring due dates
• Make task lists and switch between school, work, and personal lists

To Do lists for any purpose
• Bill planner
• Shopping list
• Reminders
• Task management
• Take notes
• And more                    

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

ชื่อ Quick Todo Tab Quick Todo Tab
ID acgpoaendigegjigblconnippbmmdiml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-todo-tab/acgpoaendigegjigblconnippbmmdiml
คำอธิบาย Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make…
ขนาดไฟล์ 422 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2022-01-02
วันที่เผยแพร่ 2022-01-02
ผู้พัฒนา WooodHead
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://codexp.io
URL หน้าช่วยเหลือ http://codexp.io/support
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "manifest_version": 3,
    "name": "Quick Todo Tab",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ]
}