Strava GPX downloader
Strava GPX downloader.
Qu'est-ce que Strava GPX downloader ?
Strava GPX downloader est une extension Chrome développée par susanto basuki, et sa fonction principale est "Strava GPX downloader.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Strava GPX downloader
Téléchargez les fichiers d'extension Strava GPX downloader 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
Download GPX file from Strava activity including latitude, longitude, and altitude, heart rate, cadence and temperature data (if they exist in the activity log). Just login into your basic (not premium) account and download any activity by clicking "GPX" button. Update version: 1.7.1 Auto upload gpx data to notepad and share link notepad to socials: LinkedIn, Twitter and auto post link to facebook use api post.
Informations de Base sur l'Extension
Nom | |
ID | pnglhfabfkchkadgnkfacoakincdpeeg |
URL Officiel | https://chromewebstore.google.com/detail/strava-gpx-downloader/pnglhfabfkchkadgnkfacoakincdpeeg |
Description | Strava GPX downloader. |
Taille du Fichier | 246 KB |
Nombre d'Installations | 37,961 |
Version Actuelle | 1.7.2 |
Dernière Mise à Jour | 2023-08-23 |
Date de Publication | 2020-06-02 |
Évaluation | 4.30/5 Total 60 Évaluations |
Développeur | susanto basuki |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/full-page-policy/home |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Strava GPX downloader", "description": "Strava GPX downloader.", "version": "1.7.2", "default_locale": "en", "icons": { "48": "128.b4b11431.png", "128": "128.b4b11431.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/twitter.com\/*", "https:\/\/*.linkedin.com\/*", "*:\/\/*.strava.com\/*", "*:\/\/*.anotepad.com\/*", "*:\/\/anotepad.com\/*" ], "js": [ "content.1ff442ab.js" ], "css": [ "content.8913ee78.css" ] } ], "background": { "service_worker": "background.ebd4d794.js" }, "permissions": [ "storage", "declarativeNetRequest", "downloads" ], "host_permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/twitter.com\/*", "https:\/\/*.linkedin.com\/*", "*:\/\/*.strava.com\/*", "*:\/\/*.anotepad.com\/*", "*:\/\/anotepad.com\/*" ] } |