Strava companion
Upgrade Strava features with free analytics and visualisation tools.
Qu'est-ce que Strava companion ?
Strava companion est une extension Chrome développée par https://myworkoutcompanion.net, et sa fonction principale est "Upgrade Strava features with free analytics and visualisation tools.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Strava companion
Téléchargez les fichiers d'extension Strava companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Strava companion |
ID | iofmdbplgbhomldnioejpadojjnalicc |
URL Officiel | https://chromewebstore.google.com/detail/strava-companion/iofmdbplgbhomldnioejpadojjnalicc |
Description | Upgrade Strava features with free analytics and visualisation tools. |
Taille du Fichier | 41.86 KB |
Nombre d'Installations | 92 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2024-01-13 |
Date de Publication | 2023-05-06 |
Développeur | https://myworkoutcompanion.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://myworkoutcompanion.net/ |
Langues Prises en Charge | 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" } } |