StravaJump

Adding some metrics to Strava skydiving analysis

Wat is StravaJump?

StravaJump is een Chrome-extensie ontwikkeld door justin.thomas1, en de belangrijkste functie is "Adding some metrics to Strava skydiving analysis".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie StravaJump

Download StravaJump-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam StravaJump StravaJump
ID bcblopmfendjekefgjddjdchejpjjnkd
Officiële URL https://chrome.google.com/webstore/detail/stravajump/bcblopmfendjekefgjddjdchejpjjnkd
Beschrijving Adding some metrics to Strava skydiving analysis
Bestandsgrootte 14.55 KB
Aantal Installaties 48
Huidige Versie 0.1
Laatst Bijgewerkt 2014-10-09
Publicatiedatum 2014-10-09
Ontwikkelaar justin.thomas1
Betalingswijze free
Ondersteunde Talen 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
}