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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |