Rate My BYU Professors

Get your potential professor's rating easily on the BYU registration page.

Rate My BYU Professors란 무엇입니까?

Rate My BYU Professors은(는) Viking Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get your potential professor's rating easily on the BYU registration page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Rate My BYU Professors 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Version 1.4
Security fixes were added in this version.

This extension retrieves information about each BYU professor from RateMyProfessor and displays it on the BYU class registration page. It retrieves the information based on the professor's name. No information will be shown if the professor's name is misspelled or absent from the RateMyProfessor.

A rating is displayed for each professor, which you can click to go to their RateMyProfessor page. If you hover over the rating, you can see the professor's stats at a glance.                    

확장 프로그램 기본 정보

이름 Rate My BYU Professors Rate My BYU Professors
ID ghokpcnkghnkfofadiajmmhinooijmaf
공식 URL https://chrome.google.com/webstore/detail/ghokpcnkghnkfofadiajmmhinooijmaf
설명 Get your potential professor's rating easily on the BYU registration page.
파일 크기 463 KB
설치 횟수 5,229
현재 버전 1.4
최근 업데이트 2021-08-28
출시 날짜 2019-06-06
평점 4.76/5 총 45 개의 평점
개발자 Viking Apps
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.paypal.me/brandonjorgenson
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rate My BYU Professors",
    "version": "1.4",
    "description": "Get your potential professor's rating easily on the BYU registration page.",
    "permissions": [
        "storage",
        "https:\/\/search-production.ratemyprofessors.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "tooltipster-master\/dist\/css\/tooltipster.main.min.css",
                "tooltip.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "tooltipster-master\/dist\/js\/tooltipster.bundle.min.js",
                "background.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi*",
                "https:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "Images\/byu_logo16.png",
        "48": "Images\/byu_logo48.png",
        "128": "Images\/byu_logo128.png"
    },
    "manifest_version": 2
}