Strava Enhanced Experience

Adds multiple enhancements to the free Strava website.

Strava Enhanced Experience란 무엇입니까?

Strava Enhanced Experience은(는) bas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds multiple enhancements to the free Strava website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Strava Enhanced Experience 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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