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!
拡張機能の基本情報
名前 | GT CourseAid |
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 |
Eメール | [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" ] } |