Karoo Route Grab

Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc

什么是Karoo Route Grab?

Karoo Route Grab是由Hammerhead Navigation, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc”。

扩展截图

screenshot

下载Karoo Route Grab扩展crx文件

下载Karoo Route Grab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        To import routes from a variety of sources, view a route in that source and then click the Route Grab icon to import that route to your Hammerhead Karoo dashboard account.                    

扩展基本信息

名称 Karoo Route Grab Karoo Route Grab
ID fmgakapefkckdimkoglpoooaamfpfhld
官方URL https://chromewebstore.google.com/detail/karoo-route-grab/fmgakapefkckdimkoglpoooaamfpfhld
简介 Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc
文件大小 138 KB
安装次数 3,749
当前版本 1.2.0
更新时间 2020-12-22
上架时间 2020-05-29
评分 4.50/5 共2次评分
开发者 Hammerhead Navigation, Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://dashboard.hammerhead.io/
帮助页面URL https://support.hammerhead.io/hc/en-us
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Karoo Route Grab",
    "short_name": "Karoo Route Grab",
    "description": "Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc",
    "version": "1.2.0",
    "browser_action": {
        "default_icon": "icons\/hammerhead-icon-16.png",
        "default_popup": "popup\/route-grab.html",
        "default_title": "Click to send this route to your Karoo Dashboard"
    },
    "icons": {
        "16": "icons\/hammerhead-icon-16.png",
        "48": "icons\/hammerhead-icon-48.png",
        "128": "icons\/hammerhead-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ridewithgps.com\/ambassador_routes\/*"
            ],
            "js": [
                "scripts\/rwgps-ambassador-routes.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/*.hammerhead.io\/",
        "https:\/\/ridewithgps.com\/ambassador_routes\/"
    ]
}