Courseoff Buddy for Georgia Tech
Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes!
Wat is Courseoff Buddy for Georgia Tech?
Courseoff Buddy for Georgia Tech is een Chrome-extensie ontwikkeld door http://tituswoo.com, en de belangrijkste functie is "Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes!".
Extensie Screenshots
Download het CRX-bestand van de extensie Courseoff Buddy for Georgia Tech
Download Courseoff Buddy for Georgia Tech-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hiiomkfdlmhbdfbjboldgnkdhcboifhe |
Officiële URL | https://chrome.google.com/webstore/detail/courseoff-buddy-for-georg/hiiomkfdlmhbdfbjboldgnkdhcboifhe |
Beschrijving | Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes! |
Bestandsgrootte | 100 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2018-08-26 |
Publicatiedatum | 2018-08-26 |
Beoordeling | 4.47/5 Totaal 49 Beoordelingen |
Ontwikkelaar | http://tituswoo.com |
Betalingswijze | free |
Extensiewebsite | http://tituswoo.com |
Help Pagina-URL | http://tituswoo.com |
Ondersteunde Talen | 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\/*" ] } |