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ファイルをダウンロード

Strava Club Annual Leaderboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}