StravaJump

Adding some metrics to Strava skydiving analysis

Cos'è StravaJump?

StravaJump è un'estensione di Chrome sviluppata da justin.thomas1, e la sua funzione principale è "Adding some metrics to Strava skydiving analysis".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione StravaJump

Scarica i file di estensione StravaJump in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome StravaJump StravaJump
ID bcblopmfendjekefgjddjdchejpjjnkd
URL Ufficiale https://chrome.google.com/webstore/detail/stravajump/bcblopmfendjekefgjddjdchejpjjnkd
Descrizione Adding some metrics to Strava skydiving analysis
Dimensione del File 14.55 KB
Conteggio Installazioni 48
Versione Corrente 0.1
Ultimo Aggiornamento 2014-10-09
Data di Pubblicazione 2014-10-09
Sviluppatore justin.thomas1
Tipo di Pagamento free
Lingue Supportate 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
}