TrainingPeaks Weekly Progress
Shows current weekly progress relative to planned values on TrainingPeaks calendar.
ما هو TrainingPeaks Weekly Progress؟
TrainingPeaks Weekly Progress هو إضافة Chrome تم تطويرها بواسطة tedbrakob، والميزة الرئيسية لها هي "Shows current weekly progress relative to planned values on TrainingPeaks calendar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TrainingPeaks Weekly Progress
قم بتنزيل ملفات الامتداد TrainingPeaks Weekly Progress بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |