Strava in Celsius

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

What is Strava in Celsius?

Strava in Celsius is a Chrome extension developed by Phil Garner, and its main feature is "Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.".

Extension Screenshots

screenshot
screenshot

Download Strava in Celsius Extension CRX File

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

                        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.                    

Extension Basic Information

Name Strava in Celsius Strava in Celsius
ID jlgbeobeddnoijopjdaadgomcmmlbjni
Official URL https://chrome.google.com/webstore/detail/strava-in-celsius/jlgbeobeddnoijopjdaadgomcmmlbjni
Description Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.
File Size 49.68 KB
Installation Count 376
Current Version 0.1
Last Updated 2016-01-17
Publish Date 2016-01-17
Rating 5.00/5 Total 7 Ratings
Developer Phil Garner
Payment Type free
Extension Website http://www.philipgarner.co.uk
Supported Languages 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"
    ]
}