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
官方網址 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:\/\/*\/*"
    ]
}