TrainingPeaks Weekly Progress
Shows current weekly progress relative to planned values on TrainingPeaks calendar.
Co to jest TrainingPeaks Weekly Progress?
TrainingPeaks Weekly Progress to rozszerzenie Chrome opracowane przez tedbrakob, a jego główną funkcją jest „Shows current weekly progress relative to planned values on TrainingPeaks calendar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TrainingPeaks Weekly Progress
Pobierz pliki rozszerzeń TrainingPeaks Weekly Progress w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Adds indicators in the summary pane of the TrainingPeaks calendar page to show current progress toward weekly workout plans
Podstawowe informacje o rozszerzeniu
Nazwa | TrainingPeaks Weekly Progress |
ID | aoiedkonejnpfmbbeofgdkfafegdllaa |
Oficjalny URL | https://chromewebstore.google.com/detail/trainingpeaks-weekly-prog/aoiedkonejnpfmbbeofgdkfafegdllaa |
Opis | Shows current weekly progress relative to planned values on TrainingPeaks calendar. |
Rozmiar pliku | 128 KB |
Liczba instalacji | 95 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2022-02-24 |
Data Publikacji | 2022-02-24 |
Deweloper | tedbrakob |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/tedbrakob/training-peaks-weekly-progress |
Obsługiwane Języki | 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" } } |