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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | jlgbeobeddnoijopjdaadgomcmmlbjni |
官方網址 | 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" ] } |