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