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. 拡張機能の基本情報
| 名前 | |
| 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\/"
]
} | |