Strava in Celsius
Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.
Strava in Celsius là gì?
Strava in Celsius là một tiện ích mở rộng Chrome được phát triển bởi Phil Garner, và tính năng chính của nó là "Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Strava in Celsius
Tải xuống các tệp mở rộng Strava in Celsius dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jlgbeobeddnoijopjdaadgomcmmlbjni |
URL Chính Thức | https://chrome.google.com/webstore/detail/strava-in-celsius/jlgbeobeddnoijopjdaadgomcmmlbjni |
Mô tả | Changes Strava temperatures from Fahrenheit to Celsius while still using other Imperial units. |
Kích Thước Tệp | 49.68 KB |
Số Lần Cài Đặt | 376 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-01-17 |
Ngày Phát Hành | 2016-01-17 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Phil Garner |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.philipgarner.co.uk |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |