UW Course Guide+

View additional information in the UW-Madison Course Guide, like Rate My Professor data and historical grade distributions.

什么是UW Course Guide+?

UW Course Guide+是由uwcourseguideplus开发的Chrome扩展程序,该扩展的主要功能是“View additional information in the UW-Madison Course Guide, like Rate My Professor data and historical grade distributions.”。

扩展截图

screenshot
screenshot

下载UW Course Guide+扩展crx文件

下载UW Course Guide+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension adds a number of features to the UW-Madison course guide to make it easier for students to sign up for classes.

Features include:
•	Grade distributions and average GPAs displayed in the course guide
•	Detailed graphs on the course page showing the historical grade and professor information for that class
•	Class locations shown on a map make it easy to see where you have to go                    

扩展基本信息

名称 UW Course Guide+ UW Course Guide+
ID jbnmggodgdjipphknbbeojepmeggkhon
官方URL https://chromewebstore.google.com/detail/uw-course-guide+/jbnmggodgdjipphknbbeojepmeggkhon
简介 View additional information in the UW-Madison Course Guide, like Rate My Professor data and historical grade distributions.
文件大小 19.98 MB
安装次数 30
当前版本 1.0.1
更新时间 2017-05-17
上架时间 2017-05-16
评分 5.00/5 共3次评分
开发者 uwcourseguideplus
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UW Course Guide+",
    "description": "View additional information in the UW-Madison Course Guide, like Rate My Professor data and historical grade distributions.",
    "version": "1.0.1",
    "icons": {
        "16": "img\/uw_course_guide_logo_16.png",
        "48": "img\/uw_course_guide_logo_48.png",
        "128": "img\/uw_course_guide_logo_128.png"
    },
    "browser_action": {
        "default_icon": "img\/uw_course_guide_logo_128.png",
        "default_title": "Go to UW Course Guide"
    },
    "background": {
        "scripts": [
            "js\/lib\/sql.js",
            "js\/data_access.js",
            "js\/model.js",
            "js\/browser_action.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/my.wisc.edu\/portal\/f\/u360303l1s4\/p\/CourseGuide-Browse-Courses*pP_action=advancedSearch*"
            ],
            "css": [
                "css\/main.css",
                "css\/RMP_popup.css",
                "css\/tipped.css"
            ],
            "js": [
                "js\/lib\/jquery-3.1.1.js",
                "js\/lib\/jquery.initialize.min.js",
                "js\/course_list.js",
                "js\/lib\/tipped.js"
            ]
        },
        {
            "matches": [
                "*:\/\/my.wisc.edu\/portal\/f\/u360303l1s4\/p\/CourseGuide-Browse-Courses*pP_action=courseDetail*"
            ],
            "css": [
                "css\/main.css",
                "css\/RMP_popup.css",
                "css\/tipped.css"
            ],
            "js": [
                "js\/lib\/jquery-3.1.1.js",
                "js\/lib\/jquery.canvasjs.min.js",
                "js\/lib\/jquery-ui.min.js",
                "js\/course_page.js",
                "js\/lib\/tipped.js",
                "js\/lib\/Chart.bundle.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.ratemyprofessors.com\/*",
        "http:\/\/*.map.wisc.edu\/*",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "img\/*.png",
        "img\/Map_Crops\/*.png"
    ]
}