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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/" ] } |