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 là gì?
TodoistChute: Finish Time for Todoist là một tiện ích mở rộng Chrome được phát triển bởi https://beyooon.jp, và tính năng chính của nó là "TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TodoistChute: Finish Time for Todoist
Tải xuống các tệp mở rộng TodoistChute: Finish Time for Todoist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TodoistChute: Finish Time for Todoist |
ID | ghllkaandaghmnhgldofdmollpjlefmj |
URL Chính Thức | https://chromewebstore.google.com/detail/todoistchute-finish-time/ghllkaandaghmnhgldofdmollpjlefmj |
Mô tả | TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time. |
Kích Thước Tệp | 391 KB |
Số Lần Cài Đặt | 1,748 |
Phiên Bản Hiện Tại | 2.2.0 |
Cập Nhật Lần Cuối | 2023-05-04 |
Ngày Phát Hành | 2020-06-11 |
Đánh Giá | 4.95/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | https://beyooon.jp |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/hideyuk1-jp/todoistchute |
URL Trang Trợ Giúp | https://beyooon.jp/contact |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |