UCLA Registrar Term Switcher
Easily navigate between terms on UCLA's schedule of classes.
Что такое UCLA Registrar Term Switcher?
UCLA Registrar Term Switcher - это расширение Chrome, разработанное Keaton Boyle, и его основная функция - "Easily navigate between terms on UCLA's schedule of classes.".
Снимки экрана расширения
Скачать файл CRX расширения UCLA Registrar Term Switcher
Скачайте файлы расширений 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" ] } |