GT CourseAid

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

GT CourseAid là gì?

GT CourseAid là một tiện ích mở rộng Chrome được phát triển bởi neurondevelopment, và tính năng chính của nó là "Creates a dropdown menu to help you register for the best courses.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GT CourseAid

Tải xuống các tệp mở rộng GT CourseAid dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GT CourseAid GT CourseAid
ID kjfijlpmfhlaoliemcknkladnnhihmfg
URL Chính Thức https://chromewebstore.google.com/detail/gt-courseaid/kjfijlpmfhlaoliemcknkladnnhihmfg
Mô tả Creates a dropdown menu to help you register for the best courses.
Kích Thước Tệp 30.38 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-11-02
Ngày Phát Hành 2016-11-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển neurondevelopment
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/abhishektumuluru/courseAid
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}