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…”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| ID | cfcmdmblcnnoppgldifmihbmpeneplbi |
| 官方URL | 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\/*"
]
} | |