Garmin activity downloader
Tool to bulk download training data from Garmin Connect
Garmin activity downloaderคืออะไร?
Garmin activity downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Tool to bulk download training data from Garmin Connect"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Garmin activity downloader
ดาวน์โหลดไฟล์ส่วนขยาย Garmin activity downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tool to bulk download training data from Garmin Connect. It adds the selected activities to a zip file and downloads it. It supports TCX and GPX format. NOTE: You need to be logged in at connect.garmin.com for this plugin to work. DISCLAIMER: I do not represent Garmin, nor am I working on their behalf. I developed this tool for my own needs. Although I doubt that this tool could cause any harm I should say that you are using it on your own risk. I am not taking any responsibility for any kind of damage it may cause.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Garmin activity downloader |
ID | himhggflahpnjikoddlngaopcigalcjh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/garmin-activity-downloade/himhggflahpnjikoddlngaopcigalcjh |
คำอธิบาย | Tool to bulk download training data from Garmin Connect |
ขนาดไฟล์ | 38.5 KB |
จำนวนการติดตั้ง | 7,314 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-08-07 |
วันที่เผยแพร่ | 2016-08-07 |
คะแนน | 1.18/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Garmin activity downloader", "description": "Tool to bulk download training data from Garmin Connect", "version": "1.0.1", "browser_action": { "default_title": "Download TCX", "default_icon": "icon.png", "default_popup": "main.html" }, "content_scripts": [ { "matches": [ "*:\/\/connect.garmin.com\/minactivities" ], "js": [ "content.min.js" ], "all_frames": true } ], "short_name": "Garmin activity downloader", "permissions": [ "activeTab", "*:\/\/connect.garmin.com\/*", "https:\/\/ajax.googleapis.com\/" ] } |