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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |