Zwift Ride On
Auto 'Ride On' activities.
Zwift Ride Onคืออะไร?
Zwift Ride On เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Glen H. [zwiftest] และคุณลักษณะหลักของมันคือ "Auto 'Ride On' activities."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zwift Ride On
ดาวน์โหลดไฟล์ส่วนขยาย Zwift Ride On ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
RIDE ON button: Does your hand hurt of giving everyone Ride On's? This extension provides a single-click "Ride On" button for everyone's activity. If the button is visible then click the button to give 'Ride On' to every visible activity. If the button is not visible you gave everybody on the visible activities a 'Ride On'. If you scroll down in the activity feed and there is an activity that has no 'Ride On' the button will appear again. Any questions or suggestion for other features you may always contact me: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | efbmjafjhfjhdkgdnomkgmbejebdpkeb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/zwift-ride-on/efbmjafjhfjhdkgdnomkgmbejebdpkeb |
คำอธิบาย | Auto 'Ride On' activities. |
ขนาดไฟล์ | 139 KB |
จำนวนการติดตั้ง | 280 |
เวอร์ชันปัจจุบัน | 0.0.0.4 |
อัปเดตครั้งล่าสุด | 2021-01-23 |
วันที่เผยแพร่ | 2020-07-20 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Glen H. [zwiftest] |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "rideon.js" ], "matches": [ "https:\/\/www.zwift.com\/*", "https:\/\/zwift.com\/*" ] } ], "description": "Auto 'Ride On' activities.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Zwift Ride On", "version": "0.0.0.4", "permissions": [ "activeTab" ] } |