Strava Clubs Reports
Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page
什麼是Strava Clubs Reports?
Strava Clubs Reports是由https://gonoter.com開發的Chrome擴展程式,該擴展的主要功能是“Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page”。
擴展截圖
下載Strava Clubs Reports擴展crx文件
下載Strava Clubs Reports擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add a new table on top of the Profile activities and Club Recent Activity to get a quick summary
- Show activities types and details (Name, Location, Date, Distance, Pace, Unit, Time, Elev, Calo, Est Pace, and Est Speed)
- Load more activities via button or scrolling
- Download data as csv file
- Switch to English if don't see data
Release notes:
- Fixed missing group activities 擴展基本資訊
| 名稱 | |
| ID | lgflepkbehloedhbiajhlaecldnijpjd |
| 官方網址 | https://chromewebstore.google.com/detail/strava-clubs-reports/lgflepkbehloedhbiajhlaecldnijpjd |
| 簡介 | Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page |
| 檔案大小 | 57.55 KB |
| 安裝次數 | 2,683 |
| 目前版本 | 4.6.0 |
| 更新時間 | 2023-11-15 |
| 上架時間 | 2020-04-17 |
| 評分 | 4.03/5 共 35 次評分 |
| 開發者 | https://gonoter.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://gonoter.com/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Triet Ho",
"content_scripts": [
{
"all_frames": true,
"js": [
"jquery.min.js",
"luxon.min.js",
"app.js"
],
"matches": [
"*:\/\/*.strava.com\/*"
]
}
],
"description": "Summarize and export csv of Strava activities on Club Recent Activity tab and Profile page",
"icons": {
"128": "icon.png"
},
"manifest_version": 3,
"name": "Strava Clubs Reports",
"version": "4.6.0"
} | |