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
电子邮箱 [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"
    }
}