UCLA Registrar Term Switcher

Easily navigate between terms on UCLA's schedule of classes.

Co to jest UCLA Registrar Term Switcher?

UCLA Registrar Term Switcher to rozszerzenie Chrome opracowane przez Keaton Boyle, a jego główną funkcją jest „Easily navigate between terms on UCLA's schedule of classes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia UCLA Registrar Term Switcher

Pobierz pliki rozszerzeń UCLA Registrar Term Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa UCLA Registrar Term Switcher UCLA Registrar Term Switcher
ID nkchkgeehjghdplfgenfpconlffjcojb
Oficjalny URL https://chromewebstore.google.com/detail/ucla-registrar-term-switc/nkchkgeehjghdplfgenfpconlffjcojb
Opis Easily navigate between terms on UCLA's schedule of classes.
Rozmiar pliku 308 KB
Liczba instalacji 58
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2012-11-27
Data Publikacji 2012-11-27
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Keaton Boyle
Typ Płatności free
Obsługiwane Języki 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"
    ]
}