XC Ski Strava

XC Ski Strava extension

什么是XC Ski Strava?

XC Ski Strava是由Roman Kovalev开发的Chrome扩展程序,该扩展的主要功能是“XC Ski Strava extension”。

扩展截图

screenshot

下载XC Ski Strava扩展crx文件

下载XC Ski Strava扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you is Strava (http://strava.com) user and xc skier, you know that Strava hasn't support usual statistics for xc ski as it improved for bike, running and swimming.
My extension XC Ski Strava open new opportunities for all skier from over the world.
How it works:
1. You install XC Ski Strava extension in your Chrome.
2. Login in you Strava account, refresh page and new features is appears.
3. By clicking on circled snowflake icon, you set your ski goal for the current year.
4. Ski data will appear on the left side of your Strava dashboard.

Questions.
Is it free?
Yes, it's free. I'll be happy to see feedback in my email [email protected], get your kudoses in my activities (https://www.strava.com/athletes/3226679) or receive donates.

Is it safe for my data?
Yes. All data stores at you PC in mdn localstorage. No additional permissions required.

Are you say true? Could i see sources?
Yes, look at https://github.com/RomanKovalev/XC-Ski-Strava


Plans for the future:
I'm ready to develop it for Roller Skis too as use it in Summer.
Want to store data in cloud in next releases (to use for the different pc's).
Want to localize it in Russian, Norway, Finland, Swedish, etc. Depend on improve requests.
Want to create set up for the begining of goal period (as snow cover is presents in different time for different places).

Feedback: [email protected] or Issues section at https://github.com/RomanKovalev/XC-Ski-Strava


Snow, ski, happiness for all!


Changelog.

31/01/2019 - 0.1.1. Bug fixed. Wrong weekly kilometers summary.
03/02/2019 - 0.1.2. Bug fixed. Wrong weekly gain summary.
17/12/2020 - 0.1.7. Updated to strava                    

扩展基本信息

名称 XC Ski Strava XC Ski Strava
ID jkelaffnfnkacniggckfieeckchomdgf
官方URL https://chromewebstore.google.com/detail/xc-ski-strava/jkelaffnfnkacniggckfieeckchomdgf
简介 XC Ski Strava extension
文件大小 19.6 KB
安装次数 187
当前版本 0.1.7
更新时间 2020-12-17
上架时间 2020-01-27
评分 4.50/5 共2次评分
开发者 Roman Kovalev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/RomanKovalev/XC-Ski-Strava
帮助页面URL https://github.com/RomanKovalev/XC-Ski-Strava
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XC Ski Strava",
    "version": "0.1.7",
    "description": "XC Ski Strava extension",
    "content_scripts": [
        {
            "js": [
                "xc.js"
            ],
            "matches": [
                "https:\/\/www.strava.com\/dashboard"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "snowflake.png"
    ]
}