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 |
官方網址 | 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" } |