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.”。
擴展截圖
下載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! 擴展基本資訊
| 名稱 | |
| ID | kjfijlpmfhlaoliemcknkladnnhihmfg |
| 官方網址 | 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"
]
} | |