Rate My Vandy Professors

Puts RateMyProfessors ratings directly into Vanderbilt Class Search.

什麼是Rate My Vandy Professors?

Rate My Vandy Professors是由jkreleases開發的Chrome擴展程式,該擴展的主要功能是“Puts RateMyProfessors ratings directly into Vanderbilt Class Search.”。

擴展截圖

screenshot

下載Rate My Vandy Professors擴展crx文件

下載Rate My Vandy Professors擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        View RateMyProfessors ratings for teachers you search for right within Class Search. After the results come in, see each teacher color-coded and make a more informed decision before you sign up for your next class.

Please note that this extension does not work for classes with multiple teachers.

v1.1.2
- Fixed distinction between two teachers with the same first and last names

v1.1.1:
- Fixed issue where the extension would not work on certain URLs

v1.1:
- Now shows results for helpfulness, clarity, and easiness while viewing class details                    

擴展基本資訊

名稱 Rate My Vandy Professors Rate My Vandy Professors
ID oaoneifognaiapnemgpeifibjijidpne
官方網址 https://chromewebstore.google.com/detail/rate-my-vandy-professors/oaoneifognaiapnemgpeifibjijidpne
簡介 Puts RateMyProfessors ratings directly into Vanderbilt Class Search.
檔案大小 69.21 KB
安裝次數 1,582
目前版本 1.1.2
更新時間 2016-04-19
上架時間 2016-04-19
評分 4.95/5 共 39 次評分
開發者 jkreleases
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rate My Vandy Professors",
    "short_name": "RateVandy",
    "description": "Puts RateMyProfessors ratings directly into Vanderbilt Class Search.",
    "version": "1.1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webapp.mis.vanderbilt.edu\/more\/SearchClasses*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js",
                "subs.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}