Professor Plug

Instantly connects you to professor ratings!

Professor Plugとは何ですか?

Professor PlugはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Instantly connects you to professor ratings!」です。

拡張機能のスクリーンショット

screenshot

Professor Plug拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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:\/\/*\/*"
    ]
}