UCLA Registrar Term Switcher
Easily navigate between terms on UCLA's schedule of classes.
Wat is UCLA Registrar Term Switcher?
UCLA Registrar Term Switcher is een Chrome-extensie ontwikkeld door Keaton Boyle, en de belangrijkste functie is "Easily navigate between terms on UCLA's schedule of classes.".
Extensie Screenshots
Download het CRX-bestand van de extensie UCLA Registrar Term Switcher
Download UCLA Registrar Term Switcher-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
It's often helpful, when looking the schedule of classes, to navigate to an earlier or later term to see which classes generally fill up, which classes are offered which terms, etc. This extension makes that easier by giving you buttons to easily navigate between terms from most UCLA Schedule of Classes pages. This extension is still in BETA and may contain bugs or fail to work in certain situations.
Basisinformatie over de Extensie
Naam | UCLA Registrar Term Switcher |
ID | nkchkgeehjghdplfgenfpconlffjcojb |
Officiële URL | https://chromewebstore.google.com/detail/ucla-registrar-term-switc/nkchkgeehjghdplfgenfpconlffjcojb |
Beschrijving | Easily navigate between terms on UCLA's schedule of classes. |
Bestandsgrootte | 308 KB |
Aantal Installaties | 58 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2012-11-27 |
Publicatiedatum | 2012-11-27 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Keaton Boyle |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "UCLA Registrar Term Switcher", "version": "1.0", "manifest_version": 2, "description": "Easily navigate between terms on UCLA's schedule of classes.", "content_scripts": [ { "matches": [ "*:\/\/www.registrar.ucla.edu\/schedule\/crsredir.aspx*", "*:\/\/www.registrar.ucla.edu\/schedule\/detselect.aspx*", "*:\/\/www.registrar.ucla.edu\/schedule\/detmain.aspx*" ], "js": [ "jquery-1.8.3.min.js", "main.js" ], "css": [ "main.css" ] } ], "web_accessible_resources": [ "img\/double_left.png", "img\/double_right.png", "img\/single_left.png", "img\/single_right.png" ] } |