Strava companion

Upgrade Strava features with free analytics and visualisation tools.

Что такое Strava companion?

Strava companion - это расширение Chrome, разработанное https://myworkoutcompanion.net, и его основная функция - "Upgrade Strava features with free analytics and visualisation tools.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Strava companion

Скачайте файлы расширений 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"
    }
}