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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |