Udemy Reset
Reset Udemy Curriculum Progress
Udemy Reset란 무엇입니까?
Udemy Reset은(는) Rafael Negron에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reset Udemy Curriculum Progress"입니다.
확장 프로그램 스크린샷
Udemy Reset 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |