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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GT CourseAid
قم بتنزيل ملفات الامتداد GT CourseAid بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان 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"
]
} | |