TrainingPeaks Weekly Progress
Shows current weekly progress relative to planned values on TrainingPeaks calendar.
TrainingPeaks Weekly Progress क्या है?
TrainingPeaks Weekly Progress tedbrakob द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows current weekly progress relative to planned values on TrainingPeaks calendar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TrainingPeaks Weekly Progress एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds indicators in the summary pane of the TrainingPeaks calendar page to show current progress toward weekly workout plans
एक्सटेंशन की मूल जानकारी
नाम | TrainingPeaks Weekly Progress |
ID | aoiedkonejnpfmbbeofgdkfafegdllaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/trainingpeaks-weekly-prog/aoiedkonejnpfmbbeofgdkfafegdllaa |
विवरण | Shows current weekly progress relative to planned values on TrainingPeaks calendar. |
फ़ाइल का आकार | 128 KB |
स्थापना संख्या | 95 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-02-24 |
प्रकाशन तिथि | 2022-02-24 |
डेवलपर | tedbrakob |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tedbrakob/training-peaks-weekly-progress |
समर्थित भाषाएँ | 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" } } |