Export Strava to TCX

Export your strava activity to TCX

Τι είναι το Export Strava to TCX;

Το Export Strava to TCX είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον artofsp34k, και η κύρια λειτουργία του είναι "Export your strava activity to TCX".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Export Strava to TCX

Λήψη αρχείων επέκτασης 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
}