Udemy Progress Reset and Completer
Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on…
Udemy Progress Reset and Completerคืออะไร?
Udemy Progress Reset and Completer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sggajare360 และคุณลักษณะหลักของมันคือ "Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udemy Progress Reset and Completer
ดาวน์โหลดไฟล์ส่วนขยาย Udemy Progress Reset and Completer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on Udemy to start over and complete them. I couldn't find any extension to do that so I made one. ## How to reset a course 1. Go to an Udemy course where you have already made some progress. 2. Make sure the **Course Content** panel is open 3. On the extension popup, select the Reset Progress button. 4. The panels will expand and then close, with your progress remaining at 0; this is user feedback to let you know it's working! 5. Enjoy the new beginning! ## How to mark a course as completed 1. Go to an Udemy course where you have already made some progress. 2. Make sure the **Course Content** panel is open 3. On the extension popup, select the Complete Progress button. 4. The panels will expand and then close, with your progress to 100% 5. Enjoy the Completion! ## Features - Reset course progress - Mark course as completed
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Udemy Progress Reset and Completer |
ID | hfkchfjmlhncoaidcoondhaifllmcefj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/udemy-progress-reset-and/hfkchfjmlhncoaidcoondhaifllmcefj |
คำอธิบาย | Udemy Progress Reset and Completer A chrome extension to reset and complete your courses on Udemy. I wanted to reset my courses on… |
ขนาดไฟล์ | 8.67 KB |
จำนวนการติดตั้ง | 1,245 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-11-28 |
วันที่เผยแพร่ | 2022-11-28 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | sggajare360 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Udemy Progress Reset and Completer", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_title": "Open" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "activeTab", "scripting" ] } |