Strava companion
Upgrade Strava features with free analytics and visualisation tools.
Co to jest Strava companion?
Strava companion to rozszerzenie Chrome opracowane przez https://myworkoutcompanion.net, a jego główną funkcją jest „Upgrade Strava features with free analytics and visualisation tools.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Strava companion
Pobierz pliki rozszerzeń Strava companion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Strava companion |
ID | iofmdbplgbhomldnioejpadojjnalicc |
Oficjalny URL | https://chromewebstore.google.com/detail/strava-companion/iofmdbplgbhomldnioejpadojjnalicc |
Opis | Upgrade Strava features with free analytics and visualisation tools. |
Rozmiar pliku | 41.86 KB |
Liczba instalacji | 92 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2024-01-13 |
Data Publikacji | 2023-05-06 |
Deweloper | https://myworkoutcompanion.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://myworkoutcompanion.net/ |
Obsługiwane Języki | 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" } } |