Strava in Celsius

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

O que é Strava in Celsius?

Strava in Celsius é uma extensão do Chrome desenvolvida por Phil Garner, e sua principal característica é "Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Strava in Celsius

Baixe arquivos de extensão Strava in Celsius no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Strava in Celsius Strava in Celsius
ID jlgbeobeddnoijopjdaadgomcmmlbjni
URL Oficial https://chrome.google.com/webstore/detail/strava-in-celsius/jlgbeobeddnoijopjdaadgomcmmlbjni
Descrição Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.
Tamanho do Arquivo 49.68 KB
Contagem de Instalações 376
Versão Atual 0.1
Última Atualização 2016-01-17
Data de Publicação 2016-01-17
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Phil Garner
Tipo de Pagamento free
Site da Extensão http://www.philipgarner.co.uk
Idiomas Suportados 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"
    ]
}