Strava in Celsius

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

Strava in Celsiusとは何ですか?

Strava in CelsiusはPhil Garnerによって開発されたChromeの拡張機能で、その主な機能は「Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Strava in Celsius拡張機能のCRXファイルをダウンロード

Strava in Celsius拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Strava in Celsius Strava in Celsius
ID jlgbeobeddnoijopjdaadgomcmmlbjni
公式URL https://chrome.google.com/webstore/detail/strava-in-celsius/jlgbeobeddnoijopjdaadgomcmmlbjni
説明 Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.
ファイルサイズ 49.68 KB
インストール数 376
現在のバージョン 0.1
最終更新日 2016-01-17
公開日 2016-01-17
評価 5.00/5 合計 7 レビュー
開発者 Phil Garner
支払い方法 free
拡張機能のウェブサイト http://www.philipgarner.co.uk
対応言語 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"
    ]
}