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ファイルをダウンロード
MadCourse拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |