ToDo Notes

A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.

ToDo Notesคืออะไร?

ToDo Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thecerealcoder และคุณลักษณะหลักของมันคือ "A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension."

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

screenshot

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

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

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

                        The ToDo Notes extension's main focus is on simplicity and aesthetic. This chrome extension will provide users with a self-intuitive graphical interface and uncomplicated functionality to assist with reminding oneself of important daily tasks.                    

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

ชื่อ ToDo Notes ToDo Notes
ID lfjajlafflaljilpemdidlodijkdaggh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/todo-notes/lfjajlafflaljilpemdidlodijkdaggh
คำอธิบาย A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.
ขนาดไฟล์ 175 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-03-03
วันที่เผยแพร่ 2019-03-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา thecerealcoder
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ToDo Notes",
    "description": "A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "todos.html"
    },
    "permissions": [
        "activeTab"
    ]
}