Strava GPX downloader
Strava GPX downloader.
Strava GPX downloaderคืออะไร?
Strava GPX downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย susanto basuki และคุณลักษณะหลักของมันคือ "Strava GPX downloader."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Strava GPX downloader
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } |