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是由sggajare360開發的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 Progress Reset and Completer擴展crx文件
下載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 |
官方網址 | 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" ] } |