MadCourse
MadCourse is an extension to check course status for UW-Madison students
MadCourse란 무엇입니까?
MadCourse은(는) https://shawnzhong.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MadCourse is an extension to check course status for UW-Madison students"입니다.
확장 프로그램 스크린샷
MadCourse 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MadCourse helps UW-Madison students to check the course status on a popup page. Simply search the course name in the search bar, and select the course you want to keep track of. Features include: * Get alarmed when there is a change in section status (e.g., closed to waitlisted) * Brief section status for each course in the list * The number of people on the waitlist for waitlisted section * The number of people currently enrolled for open section * Detailed section information when you clicked on the section title * Time, instructor, enrollment and waitlist status * Quickly search an instructor on RateMyProfessor.com * Quickly check the grade distributions and average GPAs on MadGrades.com
확장 프로그램 기본 정보
이름 | MadCourse |
ID | cijpakgnnndjbilnioofmgdededkdmpc |
공식 URL | https://chromewebstore.google.com/detail/madcourse/cijpakgnnndjbilnioofmgdededkdmpc |
설명 | MadCourse is an extension to check course status for UW-Madison students |
파일 크기 | 398 KB |
설치 횟수 | 45 |
현재 버전 | 2.6 |
최근 업데이트 | 2019-04-10 |
출시 날짜 | 2019-04-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://shawnzhong.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://shawnzhong.com |
도움말 페이지 URL | https://shawnzhong.com |
개인정보 보호 정책 페이지 URL | https://shawnzhong.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MadCourse", "description": "MadCourse is an extension to check course status for UW-Madison students", "version": "2.6", "permissions": [ "notifications", "webRequest", "alarms", "storage", "https:\/\/enroll.wisc.edu\/*" ], "browser_action": { "default_title": "Open MadCourse", "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |