ToDo

Extension to form habits and prioritise tasks

ToDoคืออะไร?

ToDo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mpashkovskiy.github.io/todo-extension และคุณลักษณะหลักของมันคือ "Extension to form habits and prioritise tasks"

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

screenshot

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

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

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

                        Inspired by: 
- The Autobiography of Benjamin Franklin by Benjamin Franklin and his "project of arriving at moral perfection": http://www.gutenberg.org/files/148/148-h/148-h.htm#Page_82
- and Dwight D. Eisenhower's Method: https://en.wikipedia.org/wiki/Time_management#The_Eisenhower_Method                    

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

ชื่อ ToDo ToDo
ID eopgnfmokenljjoeidphdgamkagpoimf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/todo/eopgnfmokenljjoeidphdgamkagpoimf
คำอธิบาย Extension to form habits and prioritise tasks
ขนาดไฟล์ 317 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-09-24
วันที่เผยแพร่ 2019-09-23
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://mpashkovskiy.github.io/todo-extension
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mpashkovskiy.github.io/todo-extension
URL หน้าช่วยเหลือ https://github.com/mpashkovskiy/todo-extension/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ToDo",
    "description": "Extension to form habits and prioritise tasks",
    "version": "1.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ]
}