Strava GPX downloader
Strava GPX downloader.
Strava GPX downloaderとは何ですか?
Strava GPX downloaderはsusanto basukiによって開発されたChromeの拡張機能で、その主な機能は「Strava GPX downloader.」です。
拡張機能のスクリーンショット
Strava GPX downloader拡張機能のCRXファイルをダウンロード
Strava GPX downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | pnglhfabfkchkadgnkfacoakincdpeeg |
公式URL | https://chromewebstore.google.com/detail/strava-gpx-downloader/pnglhfabfkchkadgnkfacoakincdpeeg |
説明 | Strava GPX downloader. |
ファイルサイズ | 246 KB |
インストール数 | 37,961 |
現在のバージョン | 1.7.2 |
最終更新日 | 2023-08-23 |
公開日 | 2020-06-02 |
評価 | 4.30/5 合計 60 レビュー |
開発者 | susanto basuki |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/full-page-policy/home |
対応言語 | 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\/*" ] } |