Courseoff Buddy for Georgia Tech
Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes!
Hvad er Courseoff Buddy for Georgia Tech?
Courseoff Buddy for Georgia Tech er en Chrome-udvidelse udviklet af http://tituswoo.com, og dens hovedfunktion er "Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes!".
Udvidelsesskærmbilleder
Download Courseoff Buddy for Georgia Tech-udvidelses-CRX-fil
Download Courseoff Buddy for Georgia Tech-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hiiomkfdlmhbdfbjboldgnkdhcboifhe |
Officiel URL | https://chrome.google.com/webstore/detail/courseoff-buddy-for-georg/hiiomkfdlmhbdfbjboldgnkdhcboifhe |
Beskrivelse | Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes! |
Filstørrelse | 100 KB |
Antal Installationer | 1,000 |
Nuværende Version | 0.0.6 |
Senest Opdateret | 2018-08-26 |
Udgivelsesdato | 2018-08-26 |
Bedømmelse | 4.47/5 Samlet 49 Bedømmelser |
Udvikler | http://tituswoo.com |
Betalingsmetode | free |
Udvidelseswebsted | http://tituswoo.com |
Hjælpeside-URL | http://tituswoo.com |
Understøttede Sprog | 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\/*" ] } |