TrainingPeaks Weather

Shows the forcast the next 7 days in TraningPeaks.

TrainingPeaks Weatherとは何ですか?

TrainingPeaks WeatherはChristophe Balestraによって開発されたChromeの拡張機能で、その主な機能は「Shows the forcast the next 7 days in TraningPeaks.」です。

拡張機能のスクリーンショット

screenshot

TrainingPeaks Weather拡張機能のCRXファイルをダウンロード

TrainingPeaks Weather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Using your current location this extension adds the weather forecast in Training Peaks                    

拡張機能の基本情報

名前 TrainingPeaks Weather TrainingPeaks Weather
ID jmeocmjinbnoibagkgppoojgjimplllb
公式URL https://chromewebstore.google.com/detail/trainingpeaks-weather/jmeocmjinbnoibagkgppoojgjimplllb
説明 Shows the forcast the next 7 days in TraningPeaks.
ファイルサイズ 45.1 KB
インストール数 452
現在のバージョン 1.04
最終更新日 2022-04-26
公開日 2020-07-07
評価 4.50/5 合計 4 レビュー
開発者 Christophe Balestra
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrainingPeaks Weather",
    "version": "1.04",
    "description": "Shows the forcast the next 7 days in TraningPeaks.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/app.trainingpeaks.com\/*"
            ]
        }
    ]
}