Garmin activity downloader
Tool to bulk download training data from Garmin Connect
什么是Garmin activity downloader?
Garmin activity downloader是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Tool to bulk download training data from Garmin Connect”。
扩展截图
下载Garmin activity downloader扩展crx文件
下载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\/" ] } |