TodoistChute: Finish Time for Todoist
TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.
TodoistChute: Finish Time for Todoistคืออะไร?
TodoistChute: Finish Time for Todoist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beyooon.jp และคุณลักษณะหลักของมันคือ "TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TodoistChute: Finish Time for Todoist
ดาวน์โหลดไฟล์ส่วนขยาย TodoistChute: Finish Time for Todoist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time. Enter the time in minutes as "//60" in label or text of task. More information. https://github.com/hideyuk1-jp/todoistchute/blob/master/README.md
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TodoistChute: Finish Time for Todoist |
ID | ghllkaandaghmnhgldofdmollpjlefmj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/todoistchute-finish-time/ghllkaandaghmnhgldofdmollpjlefmj |
คำอธิบาย | TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time. |
ขนาดไฟล์ | 391 KB |
จำนวนการติดตั้ง | 1,748 |
เวอร์ชันปัจจุบัน | 2.2.0 |
อัปเดตครั้งล่าสุด | 2023-05-04 |
วันที่เผยแพร่ | 2020-06-11 |
คะแนน | 4.95/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | https://beyooon.jp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/hideyuk1-jp/todoistchute |
URL หน้าช่วยเหลือ | https://beyooon.jp/contact |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "2.2.0", "default_locale": "en", "browser_action": { "default_icon": "img\/icon.png" }, "icons": { "128": "img\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.todoist.com\/*" ], "js": [ "js\/lib\/jquery-3.6.4.min.js", "js\/tc.js", "js\/tc_calender.js" ], "css": [ "css\/tc.css" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [ "storage" ] } |