GT CourseAid
Creates a dropdown menu to help you register for the best courses.
Co to jest GT CourseAid?
GT CourseAid to rozszerzenie Chrome opracowane przez neurondevelopment, a jego główną funkcją jest „Creates a dropdown menu to help you register for the best courses.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GT CourseAid
Pobierz pliki rozszerzeń GT CourseAid w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kjfijlpmfhlaoliemcknkladnnhihmfg |
| Oficjalny URL | https://chromewebstore.google.com/detail/gt-courseaid/kjfijlpmfhlaoliemcknkladnnhihmfg |
| Opis | Creates a dropdown menu to help you register for the best courses. |
| Rozmiar pliku | 30.38 KB |
| Liczba instalacji | 27 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2016-11-02 |
| Data Publikacji | 2016-11-01 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | neurondevelopment |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/abhishektumuluru/courseAid |
| Obsługiwane Języki | 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"
]
} | |