StravaJump

Adding some metrics to Strava skydiving analysis

What is StravaJump?

StravaJump is a Chrome extension developed by justin.thomas1, and its main feature is "Adding some metrics to Strava skydiving analysis".

Extension Screenshots

screenshot

Download StravaJump Extension CRX File

Download StravaJump extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name StravaJump StravaJump
ID bcblopmfendjekefgjddjdchejpjjnkd
Official URL https://chrome.google.com/webstore/detail/stravajump/bcblopmfendjekefgjddjdchejpjjnkd
Description Adding some metrics to Strava skydiving analysis
File Size 14.55 KB
Installation Count 48
Current Version 0.1
Last Updated 2014-10-09
Publish Date 2014-10-09
Developer justin.thomas1
Payment Type free
Supported Languages 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
}