StravaJump

Adding some metrics to Strava skydiving analysis

什么是StravaJump?

StravaJump是由justin.thomas1开发的Chrome扩展程序,该扩展的主要功能是“Adding some metrics to Strava skydiving analysis”。

扩展截图

screenshot

下载StravaJump扩展crx文件

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

扩展使用说明

                        Add data relevant to skydiving on Strava's Analysis page.  

** Current bug.  You have to refresh the page when you first get on http://www.strava.com/activities//analysis                    

扩展基本信息

名称 StravaJump StravaJump
ID bcblopmfendjekefgjddjdchejpjjnkd
官方URL https://chrome.google.com/webstore/detail/stravajump/bcblopmfendjekefgjddjdchejpjjnkd
简介 Adding some metrics to Strava skydiving analysis
文件大小 14.55 KB
安装次数 48
当前版本 0.1
更新时间 2014-10-09
上架时间 2014-10-09
开发者 justin.thomas1
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StravaJump",
    "description": "Adding some metrics to Strava skydiving analysis",
    "version": "0.1",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.strava.com\/activities\/*\/overview",
                "https:\/\/www.strava.com\/activities\/*\/overview",
                "http:\/\/www.strava.com\/activities\/*\/analysis",
                "https:\/\/www.strava.com\/activities\/*\/analysis"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}