GT CourseAid

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

GT CourseAidคืออะไร?

GT CourseAid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย neurondevelopment และคุณลักษณะหลักของมันคือ "Creates a dropdown menu to help you register for the best courses."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GT CourseAid

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}