GT CourseAid
Creates a dropdown menu to help you register for the best courses.
Hvad er GT CourseAid?
GT CourseAid er en Chrome-udvidelse udviklet af neurondevelopment, og dens hovedfunktion er "Creates a dropdown menu to help you register for the best courses.".
Udvidelsesskærmbilleder
Download GT CourseAid-udvidelses-CRX-fil
Download GT CourseAid-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kjfijlpmfhlaoliemcknkladnnhihmfg |
| Officiel URL | https://chromewebstore.google.com/detail/gt-courseaid/kjfijlpmfhlaoliemcknkladnnhihmfg |
| Beskrivelse | Creates a dropdown menu to help you register for the best courses. |
| Filstørrelse | 30.38 KB |
| Antal Installationer | 27 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2016-11-02 |
| Udgivelsesdato | 2016-11-01 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | neurondevelopment |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/abhishektumuluru/courseAid |
| Understøttede Sprog | 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"
]
} | |