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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}