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" ] } |