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" ] } |