UCLA Registrar Term Switcher
Easily navigate between terms on UCLA's schedule of classes.
UCLA Registrar Term Switcher là gì?
UCLA Registrar Term Switcher là một tiện ích mở rộng Chrome được phát triển bởi Keaton Boyle, và tính năng chính của nó là "Easily navigate between terms on UCLA's schedule of classes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UCLA Registrar Term Switcher
Tải xuống các tệp mở rộng UCLA Registrar Term Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UCLA Registrar Term Switcher |
ID | nkchkgeehjghdplfgenfpconlffjcojb |
URL Chính Thức | https://chromewebstore.google.com/detail/ucla-registrar-term-switc/nkchkgeehjghdplfgenfpconlffjcojb |
Mô tả | Easily navigate between terms on UCLA's schedule of classes. |
Kích Thước Tệp | 308 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2012-11-27 |
Ngày Phát Hành | 2012-11-27 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Keaton Boyle |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |