Strava Club Annual Leaderboard

CAUTION: This extension is no longer able to calculate leaderboard for whole year due to changes in Strava. This Chrome extension…

Strava Club Annual Leaderboard란 무엇입니까?

Strava Club Annual Leaderboard은(는) paluchj28에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CAUTION: This extension is no longer able to calculate leaderboard for whole year due to changes in Strava. This Chrome extension…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Strava Club Annual Leaderboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CAUTION:
This extension is no longer able to calculate leaderboard for whole year due to changes in Strava.

This Chrome extension will add additional annual summary for Strava club leaderboard page. 
Strava Club Annual Leaderboard allow you to compare your achievements not only for current or past week, but for whole year and for the last year! You can also generate leaderboard for custom weeks.

Note: Values for the leaderboard are calculated from past weeks leaderboards. This mean that whole weeks are included and summary contains those activities (for example 1 week of the year 2020 started on 30th December 2019 and summary is for the range 30/12/2019 - 03/01/2020).

Caution: This extension could not show proper data for clubs with members count above 100!                    

확장 프로그램 기본 정보

이름 Strava Club Annual Leaderboard Strava Club Annual Leaderboard
ID mlmjeckehjikocbfihempdfhjdldnhgk
공식 URL https://chromewebstore.google.com/detail/strava-club-annual-leader/mlmjeckehjikocbfihempdfhjdldnhgk
설명 CAUTION: This extension is no longer able to calculate leaderboard for whole year due to changes in Strava. This Chrome extension…
파일 크기 18.26 KB
설치 횟수 801
현재 버전 2.3.2
최근 업데이트 2021-04-20
출시 날짜 2020-11-24
평점 4.43/5 총 14 개의 평점
개발자 paluchj28
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strava Club Annual Leaderboard",
    "version": "2.3.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.strava.com\/clubs\/*"
            ],
            "js": [
                "scal.js"
            ]
        }
    ],
    "icons": {
        "16": "scal16.png",
        "32": "scal32.png",
        "48": "scal48.png",
        "128": "scal128.png",
        "256": "scal256.png"
    }
}