GT CourseAid
Creates a dropdown menu to help you register for the best courses.
Apa itu GT CourseAid?
GT CourseAid adalah ekstensi Chrome yang dikembangkan oleh neurondevelopment, dan fitur utamanya adalah "Creates a dropdown menu to help you register for the best courses.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GT CourseAid
Unduh file ekstensi GT CourseAid dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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! Informasi Dasar Ekstensi
| Nama | |
| ID | kjfijlpmfhlaoliemcknkladnnhihmfg |
| URL Resmi | https://chromewebstore.google.com/detail/gt-courseaid/kjfijlpmfhlaoliemcknkladnnhihmfg |
| Deskripsi | Creates a dropdown menu to help you register for the best courses. |
| Ukuran File | 30.38 KB |
| Jumlah Instalasi | 27 |
| Versi Saat Ini | 1.2 |
| Terakhir Diperbarui | 2016-11-02 |
| Tanggal Publikasi | 2016-11-01 |
| Penilaian | 5.00/5 Total 2 Penilaian |
| Pengembang | neurondevelopment |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://github.com/abhishektumuluru/courseAid |
| Bahasa yang Didukung | 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"
]
} | |