Strava in Celsius
Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.
Apa itu Strava in Celsius?
Strava in Celsius adalah ekstensi Chrome yang dikembangkan oleh Phil Garner, dan fitur utamanya adalah "Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Strava in Celsius
Unduh file ekstensi Strava in Celsius dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jlgbeobeddnoijopjdaadgomcmmlbjni |
URL Resmi | https://chrome.google.com/webstore/detail/strava-in-celsius/jlgbeobeddnoijopjdaadgomcmmlbjni |
Deskripsi | Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units. |
Ukuran File | 49.68 KB |
Jumlah Instalasi | 376 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-01-17 |
Tanggal Publikasi | 2016-01-17 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Phil Garner |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.philipgarner.co.uk |
Bahasa yang Didukung | 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" ] } |