GT CourseAid

Creates a dropdown menu to help you register for the best courses.

什么是GT CourseAid?

GT CourseAid是由neurondevelopment开发的Chrome扩展程序,该扩展的主要功能是“Creates a dropdown menu to help you register for the best courses.”。

扩展截图

screenshot

下载GT CourseAid扩展crx文件

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

扩展使用说明

                        Instantly have access to your course's information in just two clicks

Bring up your course's:
- Course Critique
- OSCAR site
- Rate My Professors

Highlight the course number and right click on it and open the GT CourseAid dropdown menu. Here, you have the option to:
    - Look up the course on OSCAR
    - Look up the grade distribution on course critique
Additionally, you can highlight a professor's name and look him or her up on RateMyProfessors

Please report any issues to [email protected]

Developed by:
Mohit Chauhan     Abhishek Tumuluru

Go Jackets!                    

扩展基本信息

名称 GT CourseAid GT CourseAid
ID kjfijlpmfhlaoliemcknkladnnhihmfg
官方URL https://chromewebstore.google.com/detail/gt-courseaid/kjfijlpmfhlaoliemcknkladnnhihmfg
简介 Creates a dropdown menu to help you register for the best courses.
文件大小 30.38 KB
安装次数 27
当前版本 1.2
更新时间 2016-11-02
上架时间 2016-11-01
评分 5.00/5 共2次评分
开发者 neurondevelopment
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/abhishektumuluru/courseAid
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GT CourseAid",
    "description": "Creates a dropdown menu to help you register for the best courses.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "logo.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "contextMenus"
    ]
}