TrainingPeaks Weekly Progress
Shows current weekly progress relative to planned values on TrainingPeaks calendar.
Wat is TrainingPeaks Weekly Progress?
TrainingPeaks Weekly Progress is een Chrome-extensie ontwikkeld door tedbrakob, en de belangrijkste functie is "Shows current weekly progress relative to planned values on TrainingPeaks calendar.".
Extensie Screenshots
Download het CRX-bestand van de extensie TrainingPeaks Weekly Progress
Download TrainingPeaks Weekly Progress-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds indicators in the summary pane of the TrainingPeaks calendar page to show current progress toward weekly workout plans
Basisinformatie over de Extensie
Naam | TrainingPeaks Weekly Progress |
ID | aoiedkonejnpfmbbeofgdkfafegdllaa |
Officiële URL | https://chromewebstore.google.com/detail/trainingpeaks-weekly-prog/aoiedkonejnpfmbbeofgdkfafegdllaa |
Beschrijving | Shows current weekly progress relative to planned values on TrainingPeaks calendar. |
Bestandsgrootte | 128 KB |
Aantal Installaties | 95 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-02-24 |
Publicatiedatum | 2022-02-24 |
Ontwikkelaar | tedbrakob |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/tedbrakob/training-peaks-weekly-progress |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrainingPeaks Weekly Progress", "version": "1.0.1", "description": "Shows current weekly progress relative to planned values on TrainingPeaks calendar.", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/app.trainingpeaks.com\/*" ], "run_at": "document_end", "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "weekly-progress.js" ], "matches": [ "*:\/\/app.trainingpeaks.com\/*" ] } ], "icons": { "128": "images\/icon.png" } } |