UCLA Registrar Term Switcher
Easily navigate between terms on UCLA's schedule of classes.
Co je UCLA Registrar Term Switcher?
UCLA Registrar Term Switcher je rozšíření Chrome vyvinuté Keaton Boyle, a jeho hlavní funkcí je „Easily navigate between terms on UCLA's schedule of classes.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření UCLA Registrar Term Switcher
Stáhněte si soubory rozšíření UCLA Registrar Term Switcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | UCLA Registrar Term Switcher |
ID | nkchkgeehjghdplfgenfpconlffjcojb |
Oficiální URL | https://chromewebstore.google.com/detail/ucla-registrar-term-switc/nkchkgeehjghdplfgenfpconlffjcojb |
Popis | Easily navigate between terms on UCLA's schedule of classes. |
Velikost souboru | 308 KB |
Počet instalací | 58 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2012-11-27 |
Datum Vydání | 2012-11-27 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Keaton Boyle |
Typ Platby | free |
Podporované Jazyky | 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" ] } |