todoMation
Minimal todo app for minimalist
todoMationคืออะไร?
todoMation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rojoli.tdm และคุณลักษณะหลักของมันคือ "Minimal todo app for minimalist"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย todoMation
ดาวน์โหลดไฟล์ส่วนขยาย todoMation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
todoMation is a To Do List Chrome extension which can syncronize your to do list across multiple machines. The interface is configurable, as wall as the default ordering of tasks (top of list or bottom of list). Great for small, daily lists. More features coming soon... Features:- ✓ Priorities can be set to the tasks. ✓ Drag-and-drop ordering support for tasks. ✓ Export/Import functionality. ✓ Support for data synchronization across multiple browsers (office and home) ✓ Programmable hotkeys. ✓ User Interface color configurability
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lokppfgdiagcppliefjioellmefeajaa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa |
คำอธิบาย | Minimal todo app for minimalist |
ขนาดไฟล์ | 1.18 MB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.27 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | rojoli.tdm |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "todoMation", "description": "Minimal todo app for minimalist", "short_name": "todoMation", "version": "1.27", "permissions": [ "debugger", "activeTab", "storage" ], "browser_action": { "default_popup": "index.html", "default_icon": "images\/logo.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |