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 |
| 官方URL | 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"
} | |