Export Strava to TCX

Export your strava activity to TCX

Qu'est-ce que Export Strava to TCX ?

Export Strava to TCX est une extension Chrome développée par artofsp34k, et sa fonction principale est "Export your strava activity to TCX".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Export Strava to TCX

Téléchargez les fichiers d'extension Export Strava to TCX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Export Strava to TCX Export Strava to TCX
ID aiieicfdcgkbkfablicinojgpkhclboi
URL Officiel https://chromewebstore.google.com/detail/export-strava-to-tcx/aiieicfdcgkbkfablicinojgpkhclboi
Description Export your strava activity to TCX
Taille du Fichier 47.55 KB
Nombre d'Installations 745
Version Actuelle 1.0
Dernière Mise à Jour 2019-01-21
Date de Publication 2019-01-15
Évaluation 2.50/5 Total 2 Évaluations
Développeur artofsp34k
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}