UCLA Registrar Term Switcher
Easily navigate between terms on UCLA's schedule of classes.
什么是UCLA Registrar Term Switcher?
UCLA Registrar Term Switcher是由Keaton Boyle开发的Chrome扩展程序,该扩展的主要功能是“Easily navigate between terms on UCLA's schedule of classes.”。
扩展截图
下载UCLA Registrar Term Switcher扩展crx文件
下载UCLA Registrar Term Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | UCLA Registrar Term Switcher |
ID | nkchkgeehjghdplfgenfpconlffjcojb |
官方URL | https://chromewebstore.google.com/detail/ucla-registrar-term-switc/nkchkgeehjghdplfgenfpconlffjcojb |
简介 | Easily navigate between terms on UCLA's schedule of classes. |
文件大小 | 308 KB |
安装次数 | 58 |
当前版本 | 1.0 |
更新时间 | 2012-11-27 |
上架时间 | 2012-11-27 |
评分 | 5.00/5 共3次评分 |
开发者 | Keaton Boyle |
付费类型 | free |
支持的语言 | 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" ] } |