Minimal Todoist
An extension to help you complete todoist tasks
Minimal Todoistคืออะไร?
Minimal Todoist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ashish.me และคุณลักษณะหลักของมันคือ "An extension to help you complete todoist tasks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimal Todoist
ดาวน์โหลดไฟล์ส่วนขยาย Minimal Todoist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Minimal Todoist is an open source browser extension that lets you see all todos in new page tab. Report bugs or suggestions here - https://github.com/ashishdotme/minimal-todoist-extension/issues Disclaimer: Minimal Todoist is not created by, affiliated with, or supported by Doist. I do not take any responsibility and I'm not liable for any damage caused through use of this service.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Minimal Todoist |
ID | eofnkjgkfjlalkapnfklldgdaghkilce |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce |
คำอธิบาย | An extension to help you complete todoist tasks |
ขนาดไฟล์ | 2.13 MB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-10-02 |
วันที่เผยแพร่ | 2019-10-02 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | ashish.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ashish.me |
URL หน้าช่วยเหลือ | https://github.com/ashishdotme/minimal-todoist-extension/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal Todoist", "version": "1.0.1", "description": "An extension to help you complete todoist tasks", "author": "Ashish Patel", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "assets\/logo.png" }, "permissions": [ "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |