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."입니다.

확장 프로그램 스크린샷

screenshot

UCLA Registrar Term Switcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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