Elevate for Strava

Elevate your strava experience and goals! Track your fitness and progressions over time. Analyse deeper your activities. And more...

Elevate for Strava란 무엇입니까?

Elevate for Strava은(는) Thomas Champagne에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Elevate your strava experience and goals! Track your fitness and progressions over time. Analyse deeper your activities. And more..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Elevate for Strava 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Elevate extension is adding features that riders and runners would like to see in Strava web app. If theses features could be added by default in Strava... It could be cool ! Consider getting Strava Premium. There are a ton of features that you will love. Remember, this extension has for ambition to enhance the experience of all users (Free and Premium) and tends to keep users loyal in Strava.

Features:

- Fitness Trend: All sports, ready for triathletes.
- Estimated Fitness Trend: No sensors? If you have at least your phone, you can access the feature
- Year progressions: track your progress day by day.
- Enhanced activity stats:  "Time in zones" graph for all your sensors; Stress scores (heart rate, power, running, swimming); Advanced speed, pace, cadence, power, stats...
- Activity best splits 
- "Google Map" support through strava web app
- and a lot more...

Follow updates via https://twitter.com/champagnethomas                    

확장 프로그램 기본 정보

이름 Elevate for Strava Elevate for Strava
ID dhiaggccakkgdfcadnklkbljcgicpckn
공식 URL https://chromewebstore.google.com/detail/elevate-for-strava/dhiaggccakkgdfcadnklkbljcgicpckn
설명 Elevate your strava experience and goals! Track your fitness and progressions over time. Analyse deeper your activities. And more...
파일 크기 2.56 MB
설치 횟수 147,587
현재 버전 7.0.0-5
최근 업데이트 2022-05-26
출시 날짜 2020-06-23
평점 4.89/5 총 1882 개의 평점
개발자 Thomas Champagne
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thomaschampagne.github.io/elevate/
도움말 페이지 URL https://github.com/thomaschampagne/elevate/wiki/Frequently-Asked-Questions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elevate for Strava",
    "short_name": "Elevate",
    "description": "Elevate your strava experience and goals! Track your fitness and progressions over time. Analyse deeper your activities. And more...",
    "version": "7.0.0.5",
    "version_name": "7.0.0-5",
    "background": {
        "scripts": [
            "extension\/installer.bundle.js",
            "extension\/background.bundle.js"
        ]
    },
    "browser_action": {
        "default_title": "Open Elevate App"
    },
    "content_scripts": [
        {
            "js": [
                "extension\/content.bundle.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.strava.com\/*",
                "*:\/\/app.strava.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "extension\/icons\/16.png",
        "48": "extension\/icons\/48.png",
        "128": "extension\/icons\/128.png"
    },
    "options_page": "app\/index.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
    "permissions": [
        "*:\/\/www.strava.com\/*",
        "*:\/\/app.strava.com\/*",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "extension\/*",
        "app\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.strava.com\/*"
        ]
    }
}