Zwift Charts

Demographic and performance charts for Zwift events

Qu'est-ce que Zwift Charts ?

Zwift Charts est une extension Chrome développée par https://zwiftcharts.com, et sa fonction principale est "Demographic and performance charts for Zwift events".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zwift Charts

Téléchargez les fichiers d'extension Zwift Charts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ZwiftCharts enriches Zwift-related sites with data visualizations for data-curious cyclists.

******************************

ZwiftPower.com

ZwiftCharts provides post-event analysis of demographic and performance.
Find or participate in a Zwift event and head over to ZwiftPower.com to explore:
• A global map highlighting the number of participants by country
• Gender distribution statistics per country
• Breakdowns of athletes by age and categories
• Comprehensive charts for weight, height, power, and heart rate distributions
• Time vs. average power plots
• Average power vs. average heart rate graphs
• Weight vs. heart rate and power comparisons

With these charts, not only will you appreciate the dynamics of large Zwift events, but you'll also discover how you measure up against the Zwift community.

How to Use:
• Visit a completed event page on ZwiftPower.com
• Click the far-right menu item labeled "ZC Charts"

******************************

WhatsOnZwift.com

Dive deeper into workouts with visualization tool that:
• Replaces the default workout chart with an interactive one
• Overlays a W'bal chart
• Reveals the minimum W'bal value specific to each workout

Understanding W'bal data is crucial for estimating the feasibility of a workout (assuming your FTP is correctly set). While W'bal is a mathematical model and may not reflect your unique capabilities, familiarity with this metric can help you identify demanding workouts upfront, not when you hit the wall :)

How to Use:
• Open a specific workout page (Note: The feature is disabled on workout lists for performance reasons)
• Input your FTP if it's not set
• Check the checkbox at the right bottom corner of the workout chart

******************************

Whether you're a competitive cyclist or a recreational rider, ZwiftCharts offers a data-driven perspective on your virtual cycling endeavors.                    

Informations de Base sur l'Extension

Nom Zwift Charts Zwift Charts
ID fbjmpdahncaglogfllpdongbkfaomdjc
URL Officiel https://chromewebstore.google.com/detail/zwift-charts/fbjmpdahncaglogfllpdongbkfaomdjc
Description Demographic and performance charts for Zwift events
Taille du Fichier 564 KB
Nombre d'Installations 172
Version Actuelle 1.6.0
Dernière Mise à Jour 2023-09-26
Date de Publication 2021-05-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://zwiftcharts.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zwift Charts",
    "description": "Demographic and performance charts for Zwift events",
    "version": "1.6.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.zwiftpower.com\/events.php?zid=*",
                "*:\/\/zwiftpower.com\/events.php?zid=*",
                "*:\/\/whatsonzwift.com\/workouts\/*",
                "*:\/\/zc.local\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "build\/*"
            ],
            "matches": [
                "*:\/\/www.zwiftpower.com\/*",
                "*:\/\/zwiftpower.com\/*",
                "*:\/\/whatsonzwift.com\/*",
                "*:\/\/zc.local\/*"
            ]
        }
    ]
}