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
Eメール [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
}