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ファイルをダウンロード

Rate My BYU Professors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}