UCLA Registrar Term Switcher
Easily navigate between terms on UCLA's schedule of classes.
Qu'est-ce que UCLA Registrar Term Switcher ?
UCLA Registrar Term Switcher est une extension Chrome développée par Keaton Boyle, et sa fonction principale est "Easily navigate between terms on UCLA's schedule of classes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UCLA Registrar Term Switcher
Téléchargez les fichiers d'extension UCLA Registrar Term Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | UCLA Registrar Term Switcher |
ID | nkchkgeehjghdplfgenfpconlffjcojb |
URL Officiel | https://chromewebstore.google.com/detail/ucla-registrar-term-switc/nkchkgeehjghdplfgenfpconlffjcojb |
Description | Easily navigate between terms on UCLA's schedule of classes. |
Taille du Fichier | 308 KB |
Nombre d'Installations | 58 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-11-27 |
Date de Publication | 2012-11-27 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Keaton Boyle |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |