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 |
官方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" ] } |