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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |