Strava companion

Upgrade Strava features with free analytics and visualisation tools.

Strava companionคืออะไร?

Strava companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myworkoutcompanion.net และคุณลักษณะหลักของมันคือ "Upgrade Strava features with free analytics and visualisation tools."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Strava companion

ดาวน์โหลดไฟล์ส่วนขยาย Strava companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        My Workout Companion is free analytics tool which upgrades functionality of Strava.

It offers data visualization with graphs and yearly, monthly summaries of your workouts. It enables you to create detailed analysis of your workouts. There is option to generate photos with wathermark of workout data. Favorite activites can be tagged in order to easly find them.
Activites can now be displayed on calendar, each sport has its own color, making users easier to recognize differt activity types.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Strava companion Strava companion
ID iofmdbplgbhomldnioejpadojjnalicc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/strava-companion/iofmdbplgbhomldnioejpadojjnalicc
คำอธิบาย Upgrade Strava features with free analytics and visualisation tools.
ขนาดไฟล์ 41.86 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2024-01-13
วันที่เผยแพร่ 2023-05-06
ผู้พัฒนา https://myworkoutcompanion.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://myworkoutcompanion.net/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Strava companion",
    "description": "Upgrade Strava features with free analytics and visualisation tools.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.strava.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}