Professor Plug

Instantly connects you to professor ratings!

Professor Plug란 무엇입니까?

Professor Plug은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly connects you to professor ratings!"입니다.

확장 프로그램 스크린샷

screenshot

Professor Plug 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you have been in school for a while then you've probably realized that some professors are a little bit better than others. This leads most of us to do "research" on RateMyProfessors.com to find the easiest and/or best professor for each of our classes. Wouldn't it be nice, however, if you didn't have to search for each individual professor? Professor Plug is a web browser add-on that instantly creates links to professor ratings directly from the class registration page! It has been made specifically for BYU students.                    

확장 프로그램 기본 정보

이름 Professor Plug Professor Plug
ID bphnnkjcknejjgpgifinoikkjniaakod
공식 URL https://chromewebstore.google.com/detail/professor-plug/bphnnkjcknejjgpgifinoikkjniaakod
설명 Instantly connects you to professor ratings!
파일 크기 57.23 KB
설치 횟수 406
현재 버전 1.4.4
최근 업데이트 2014-03-19
출시 날짜 2014-03-19
평점 3.97/5 총 31 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Professor Plug",
    "version": "1.4.4",
    "manifest_version": 2,
    "description": "Instantly connects you to professor ratings!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gamma.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi",
                "https:\/\/gamma.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regEnvelopes.cgi",
                "https:\/\/gamma.byu.edu\/ry\/ae\/prod\/sps\/cgi\/mymap.cgi"
            ],
            "css": [
                "\/css\/main.css",
                "\/css\/jquery.fancybox.css"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/main.js",
                "\/js\/cross-browser-requests.js",
                "\/js\/jquery.mousewheel-3.0.6.pack.js",
                "\/js\/jquery.fancybox.pack.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/fancybox_sprite.png",
        "images\/fancybox_loading.gif",
        "images\/blank.gif",
        "images\/fancybox_overlay.png"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}