Strava in Celsius

Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.

Wat is Strava in Celsius?

Strava in Celsius is een Chrome-extensie ontwikkeld door Phil Garner, en de belangrijkste functie is "Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Strava in Celsius

Download Strava in Celsius-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

                        At the moment Strava doesn't let you pick customised units so you can't have a mixture of miles and Celsius. This extension converts Fahrenheit to Celsius while still keeping all other Imperial units.                    

Basisinformatie over de Extensie

Naam Strava in Celsius Strava in Celsius
ID jlgbeobeddnoijopjdaadgomcmmlbjni
Officiële URL https://chrome.google.com/webstore/detail/strava-in-celsius/jlgbeobeddnoijopjdaadgomcmmlbjni
Beschrijving Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.
Bestandsgrootte 49.68 KB
Aantal Installaties 376
Huidige Versie 0.1
Laatst Bijgewerkt 2016-01-17
Publicatiedatum 2016-01-17
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Phil Garner
Betalingswijze free
Extensiewebsite http://www.philipgarner.co.uk
Ondersteunde Talen de,en,fr,nl,es,it,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.1",
    "default_locale": "en",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.strava.com\/activities\/*",
                "http:\/\/www.strava.com\/activities\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "jquery-observe.js",
                "strava_celsius.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}