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
公式URL 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
Eメール [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"
    }
}