Udemy Reset
Reset Udemy Curriculum Progress
Udemy Resetคืออะไร?
Udemy Reset เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rafael Negron และคุณลักษณะหลักของมันคือ "Reset Udemy Curriculum Progress"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udemy Reset
ดาวน์โหลดไฟล์ส่วนขยาย Udemy Reset ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension used to reset the progress of a course on the Udemy website. Instructions for usage: 1. Navigate to a course on Udemy that you already have some progress on. 2. Ensure that the Course Content panel is open (it's okay if you're on the mobile or desktop view). 3. Click on the Reset Progress button on the extension popup. 4. You'll see a slight animation (it's user feedback to let you know it's working!), and the panels will expand and then close, leaving your progress at 0. 5. Enjoy the fresh start! Looking to contribute and/or check out the source? Visit https://github.com/User5842/udemy-reset.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Udemy Reset |
ID | gekcecelcbhmapkiepahomgbhddjeile |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/udemy-reset/gekcecelcbhmapkiepahomgbhddjeile |
คำอธิบาย | Reset Udemy Curriculum Progress |
ขนาดไฟล์ | 12.29 KB |
จำนวนการติดตั้ง | 11,472 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2022-12-09 |
วันที่เผยแพร่ | 2022-04-07 |
คะแนน | 4.79/5 รวมทั้งหมด 57 คะแนน |
ผู้พัฒนา | Rafael Negron |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/User5842/udemy-reset |
URL หน้าช่วยเหลือ | https://github.com/User5842/udemy-reset/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/pencil.ico", "32": "\/images\/pencil.ico", "48": "\/images\/pencil.ico", "128": "\/images\/pencil.ico" } }, "content_scripts": [ { "matches": [ "http:\/\/*.udemy.com\/*" ], "js": [ "main.js" ] } ], "description": "Reset Udemy Curriculum Progress", "icons": { "16": "\/images\/pencil.ico", "32": "\/images\/pencil.ico", "48": "\/images\/pencil.ico", "128": "\/images\/pencil.ico" }, "manifest_version": 3, "name": "Udemy Reset", "permissions": [ "activeTab", "scripting" ], "version": "1.1" } |