Strava Enhanced Experience
Adds multiple enhancements to the free Strava website.
Strava Enhanced Experienceคืออะไร?
Strava Enhanced Experience เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bas และคุณลักษณะหลักของมันคือ "Adds multiple enhancements to the free Strava website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Strava Enhanced Experience
ดาวน์โหลดไฟล์ส่วนขยาย Strava Enhanced Experience ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Strava Enhanced Experience adds a bunch of extra options to the (free) Strava activity view for the activities ride, run and swim. When (estimated) power data is available, your best 20 minute average and your training load are now shown. Each segment in the activity shows a visual representation for the average power (cycling) or pace (running or swimming) of that segment, compared to the highest powered or fastest paced segment for the activity. This allows users to easily spot their hard efforts. The filter for comparing segment times now contains "today", "this week" and "this month", in addition to the already existing "all time" and "this year". When comparing segment times in the activity view, your best effort is now displayed as "top X percent" of all efforts filtered, making it much easier to compare your effort to those of other athletes. When comparing segment efforts you can see the dates for each effort. In the ride attributes field, you get a direct link to a historic weather website showing you the weather for the day and approximate location of the ride, and a direct link to Google Maps for the exact start location of the ride. Happy with the extension? Let me know, or support on me on PayPal: paypal.me/stravaex Suggestions for added functionality? Let me know and I'll see if I can add it!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Strava Enhanced Experience |
ID | gefgndifclopmilijflfficigjpjpfik |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/strava-enhanced-experienc/gefgndifclopmilijflfficigjpjpfik |
คำอธิบาย | Adds multiple enhancements to the free Strava website. |
ขนาดไฟล์ | 12.59 KB |
จำนวนการติดตั้ง | 1,825 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2019-09-24 |
วันที่เผยแพร่ | 2019-09-22 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | bas |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.bastencate.nl/privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strava Enhanced Experience", "short_name": "Strava EX", "version": "0.0.2", "description": "Adds multiple enhancements to the free Strava website.", "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/activities\/*", "http:\/\/www.strava.com\/activities\/*" ], "css": [ "fix.css" ], "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "script.js" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |