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”。

扩展截图

screenshot

下载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 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
}