XC Ski Strava
XC Ski Strava extension
XC Ski Stravaคืออะไร?
XC Ski Strava เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roman Kovalev และคุณลักษณะหลักของมันคือ "XC Ski Strava extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XC Ski Strava
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |