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
官方網址 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
}