UCLA Registrar Term Switcher
Easily navigate between terms on UCLA's schedule of classes.
Cos'è UCLA Registrar Term Switcher?
UCLA Registrar Term Switcher è un'estensione di Chrome sviluppata da Keaton Boyle, e la sua funzione principale è "Easily navigate between terms on UCLA's schedule of classes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UCLA Registrar Term Switcher
Scarica i file di estensione UCLA Registrar Term Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | UCLA Registrar Term Switcher |
ID | nkchkgeehjghdplfgenfpconlffjcojb |
URL Ufficiale | https://chromewebstore.google.com/detail/ucla-registrar-term-switc/nkchkgeehjghdplfgenfpconlffjcojb |
Descrizione | Easily navigate between terms on UCLA's schedule of classes. |
Dimensione del File | 308 KB |
Conteggio Installazioni | 58 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2012-11-27 |
Data di Pubblicazione | 2012-11-27 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Keaton Boyle |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |