Strava in Celsius
Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.
Strava in Celsiusคืออะไร?
Strava in Celsius เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Phil Garner และคุณลักษณะหลักของมันคือ "Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Strava in Celsius
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |