ToDo List

A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks

ToDo Listคืออะไร?

ToDo List เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Edifear และคุณลักษณะหลักของมันคือ "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        - using a popup window;
    - easy to add, edit, check and delete items in your ToDo list;
    - progress-bar of your done tasks;
    - icon budge counter of uncomplited tasks;
    - sync between your devices using Google sync;                    

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

ชื่อ ToDo List ToDo List
ID mkobobmncbbieloopnpflkicoaoihcle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/todo-list/mkobobmncbbieloopnpflkicoaoihcle
คำอธิบาย A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks
ขนาดไฟล์ 70.36 KB
จำนวนการติดตั้ง 1,103
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-07-30
วันที่เผยแพร่ 2013-07-30
คะแนน 4.88/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา Edifear
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Edifear/ToDoList
URL หน้าช่วยเหลือ https://github.com/Edifear/ToDoList
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ToDo List",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "description": "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "ToDo.html"
    }
}