TrainingPeaks Weekly Progress

Shows current weekly progress relative to planned values on TrainingPeaks calendar.

什麼是TrainingPeaks Weekly Progress?

TrainingPeaks Weekly Progress是由tedbrakob開發的Chrome擴展程式,該擴展的主要功能是“Shows current weekly progress relative to planned values on TrainingPeaks calendar.”。

擴展截圖

screenshot

下載TrainingPeaks Weekly Progress擴展crx文件

下載TrainingPeaks Weekly Progress擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds indicators in the summary pane of the TrainingPeaks calendar page to show current progress toward weekly workout plans                    

擴展基本資訊

名稱 TrainingPeaks Weekly Progress TrainingPeaks Weekly Progress
ID aoiedkonejnpfmbbeofgdkfafegdllaa
官方網址 https://chromewebstore.google.com/detail/trainingpeaks-weekly-prog/aoiedkonejnpfmbbeofgdkfafegdllaa
簡介 Shows current weekly progress relative to planned values on TrainingPeaks calendar.
檔案大小 128 KB
安裝次數 95
目前版本 1.0.1
更新時間 2022-02-24
上架時間 2022-02-24
開發者 tedbrakob
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/tedbrakob/training-peaks-weekly-progress
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrainingPeaks Weekly Progress",
    "version": "1.0.1",
    "description": "Shows current weekly progress relative to planned values on TrainingPeaks calendar.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.trainingpeaks.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "weekly-progress.js"
            ],
            "matches": [
                "*:\/\/app.trainingpeaks.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    }
}