Strava companion

Upgrade Strava features with free analytics and visualisation tools.

Strava companionとは何ですか?

Strava companionはhttps://myworkoutcompanion.netによって開発されたChromeの拡張機能で、その主な機能は「Upgrade Strava features with free analytics and visualisation tools.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        My Workout Companion is free analytics tool which upgrades functionality of Strava.

It offers data visualization with graphs and yearly, monthly summaries of your workouts. It enables you to create detailed analysis of your workouts. There is option to generate photos with wathermark of workout data. Favorite activites can be tagged in order to easly find them.
Activites can now be displayed on calendar, each sport has its own color, making users easier to recognize differt activity types.                    

拡張機能の基本情報

名前 Strava companion Strava companion
ID iofmdbplgbhomldnioejpadojjnalicc
公式URL https://chromewebstore.google.com/detail/strava-companion/iofmdbplgbhomldnioejpadojjnalicc
説明 Upgrade Strava features with free analytics and visualisation tools.
ファイルサイズ 41.86 KB
インストール数 92
現在のバージョン 1.0.2
最終更新日 2024-01-13
公開日 2023-05-06
開発者 https://myworkoutcompanion.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://myworkoutcompanion.net/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Strava companion",
    "description": "Upgrade Strava features with free analytics and visualisation tools.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.strava.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}