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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 TodoistChute: Finish Time for Todoist
ID ghllkaandaghmnhgldofdmollpjlefmj
官方網址 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"
    ]
}