Strava, export gpx track
Export gpx-track from strava.com (c) Eugene Ivanov, 2016
What is Strava, export gpx track?
Strava, export gpx track is a Chrome extension developed by https://e-ivanov.ru, and its main feature is "Export gpx-track from strava.com (c) Eugene Ivanov, 2016".
Extension Screenshots
Download Strava, export gpx track Extension CRX File
Download Strava, export gpx track extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Added button to map in activities, segments and routes Full export only with your auth. Without auth only 100 points.
Extension Basic Information
Name | Strava, export gpx track |
ID | kdemfmhkoncmbcphejembfngiihppkei |
Official URL | https://chromewebstore.google.com/detail/strava-export-gpx-track/kdemfmhkoncmbcphejembfngiihppkei |
Description | Export gpx-track from strava.com (c) Eugene Ivanov, 2016 |
File Size | 89.92 KB |
Installation Count | 38,527 |
Current Version | 1.3.3 |
Last Updated | 2023-12-06 |
Publish Date | 2019-10-01 |
Rating | 3.95/5 Total 159 Ratings |
Developer | https://e-ivanov.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://e-ivanov.ru/projects/strava-export-gpx/ |
Help Page URL | https://e-ivanov.ru/projects/strava-export-gpx/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.3.3", "name": "Strava, export gpx track", "homepage_url": "https:\/\/e-ivanov.ru\/projects\/strava-export-gpx\/", "description": "Export gpx-track from strava.com (c) Eugene Ivanov, 2016", "content_scripts": [ { "all_frames": true, "js": [ "data\/includes\/jquery-3.2.1.min.js", "data\/includes\/sugar-custom.js", "data\/includes\/main.js" ], "css": [], "matches": [ "*:\/\/*.strava.com\/*" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*.strava.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "icons": { "16": "data\/icons\/icon_16.png", "128": "data\/icons\/icon_128.png" } } |