Export Strava to TCX

Export your strava activity to TCX

什么是Export Strava to TCX?

Export Strava to TCX是由artofsp34k开发的Chrome扩展程序,该扩展的主要功能是“Export your strava activity to TCX”。

扩展截图

下载Export Strava to TCX扩展crx文件

下载Export Strava to TCX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This simple plugin allows you to export your Strava activities as a TCX file instead of GPX because GPX files doesn't include Heart rate informations which TCX does.

How it works:
- You need to be logged into Strava
- Click the plugin icon in the top right corner of your browser
- Enter the activity ID into the text field
- Hit download and the file is being downloaded

This plugin does not need any special permissions. It doesn't track or download any informations. It simply redirects you to the correct URL that has the TXC file.                    

扩展基本信息

名称 Export Strava to TCX Export Strava to TCX
ID aiieicfdcgkbkfablicinojgpkhclboi
官方URL https://chromewebstore.google.com/detail/export-strava-to-tcx/aiieicfdcgkbkfablicinojgpkhclboi
简介 Export your strava activity to TCX
文件大小 47.55 KB
安装次数 745
当前版本 1.0
更新时间 2019-01-21
上架时间 2019-01-15
评分 2.50/5 共2次评分
开发者 artofsp34k
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Strava to TCX",
    "version": "1.0",
    "description": "Export your strava activity to TCX",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}