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はhttps://beyooon.jpによって開発されたChromeの拡張機能で、その主な機能は「TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.」です。
拡張機能のスクリーンショット
TodoistChute: Finish Time for Todoist拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |