UMass Professor Ratings

UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…

什麼是UMass Professor Ratings?

UMass Professor Ratings是由anthony.rotiroti開發的Chrome擴展程式,該擴展的主要功能是“UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…”。

擴展截圖

screenshot

下載UMass Professor Ratings擴展crx文件

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

擴展使用說明

                        UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension installed, ratings for each professor are displayed next to the professor's name, as well as a link to every in depth review.                    

擴展基本資訊

名稱 UMass Professor Ratings UMass Professor Ratings
ID cfcmdmblcnnoppgldifmihbmpeneplbi
官方網址 https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi
簡介 UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
檔案大小 84.28 KB
安裝次數 81
目前版本 1.2
更新時間 2019-04-01
上架時間 2019-03-31
評分 5.00/5 共 15 次評分
開發者 anthony.rotiroti
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UMass Professor Ratings",
    "version": "1.2",
    "background": {
        "scripts": [
            "jquery-3.2.1.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.spire.umass.edu\/*"
            ],
            "js": [
                "jquery-3.2.1.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*",
        "https:\/\/www.ratemyprofessors.com\/*",
        "https:\/\/www.spire.com.umass.edu\/*"
    ]
}