Strava in Celsius

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

Hvad er Strava in Celsius?

Strava in Celsius er en Chrome-udvidelse udviklet af Phil Garner, og dens hovedfunktion er "Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Strava in Celsius-udvidelses-CRX-fil

Download Strava in Celsius-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Strava in Celsius Strava in Celsius
ID jlgbeobeddnoijopjdaadgomcmmlbjni
Officiel URL https://chrome.google.com/webstore/detail/strava-in-celsius/jlgbeobeddnoijopjdaadgomcmmlbjni
Beskrivelse Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.
Filstørrelse 49.68 KB
Antal Installationer 376
Nuværende Version 0.1
Senest Opdateret 2016-01-17
Udgivelsesdato 2016-01-17
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler Phil Garner
Betalingsmetode free
Udvidelseswebsted http://www.philipgarner.co.uk
Understøttede Sprog 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"
    ]
}