Udemy Reset
Reset Udemy Curriculum Progress
Udemy Resetとは何ですか?
Udemy ResetはRafael Negronによって開発されたChromeの拡張機能で、その主な機能は「Reset Udemy Curriculum Progress」です。
拡張機能のスクリーンショット
Udemy Reset拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } |