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.”。
擴展截圖
下載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 |
ID | iofmdbplgbhomldnioejpadojjnalicc |
官方網址 | 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" } } |