Courseoff Buddy for Georgia Tech
Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes!
What is Courseoff Buddy for Georgia Tech?
Courseoff Buddy for Georgia Tech is a Chrome extension developed by http://tituswoo.com, and its main feature is "Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes!".
Extension Screenshots
Download Courseoff Buddy for Georgia Tech Extension CRX File
Download Courseoff Buddy for Georgia Tech extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
UPDATE (Aug 2018): Pushed fix that points to an improved courseoff-buddy server. Removed the obtrusive "loading enhancements..." screen. UPDATE (Jan 2017): This extension no longer retrieves data from RateMyProfessors, as they have asked me to remove the feature. Registering for classes just got a whole lot easier. Courseoff Buddy adds new features to the Courseoff you know and love. Get average grade distributions for courses and professors from Course Critique, course descriptions from Oscar, and professor directory information (such as email addresses) from RCR.... all without leaving Courseoff! To use this extension, simply visit the GaTech Courseoff page like usual, and enjoy the new features.
Extension Basic Information
Name | |
ID | hiiomkfdlmhbdfbjboldgnkdhcboifhe |
Official URL | https://chrome.google.com/webstore/detail/courseoff-buddy-for-georg/hiiomkfdlmhbdfbjboldgnkdhcboifhe |
Description | Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes! |
File Size | 100 KB |
Installation Count | 1,000 |
Current Version | 0.0.6 |
Last Updated | 2018-08-26 |
Publish Date | 2018-08-26 |
Rating | 4.47/5 Total 49 Ratings |
Developer | http://tituswoo.com |
Payment Type | free |
Extension Website | http://tituswoo.com |
Help Page URL | http://tituswoo.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Courseoff Buddy for Georgia Tech", "description": "Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes!", "version": "0.0.6", "icons": { "128": "images\/page-action-icon.png", "32": "images\/page-action-icon.png" }, "page_action": { "default_icon": { "128": "images\/page-action-icon.png" }, "default_title": "Course Buddy for Courseoff", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/" ], "content_scripts": [ { "matches": [ "https:\/\/gatech.courseoff.com\/*" ], "css": [ "styles\/main.css", "styles\/tooltipster.css", "styles\/tooltipster-courseoff-light.css" ], "js": [ "lib\/jquery-1.11.2.min.js", "lib\/jquery-observe.js", "lib\/jquery.tooltipster.min.js", "js\/Events.js", "js\/utilities.js", "js\/main.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "lib\/jquery-1.11.2.min.js", "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "images\/*" ] } |