Better CourseBook - UT Dallas
Makes the CourseBook better!
什么是Better CourseBook - UT Dallas?
Better CourseBook - UT Dallas是由saitanayd开发的Chrome扩展程序,该扩展的主要功能是“Makes the CourseBook better!”。
扩展截图
下载Better CourseBook - UT Dallas扩展crx文件
下载Better CourseBook - UT Dallas扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds RateMyProfessor and UTD grades tabs to UT Dallas CourseBook search results. RMP tab loads an in-frame RMP search page for the professor of the chosen class. The UTD Grades tab loads the grade distribution for the chosen class if it is available. Otherwise, a search for that class is loaded. 扩展基本信息
| 名称 | |
| ID | bjkondedbcbdebddkimflhiehecncoaf |
| 官方URL | https://chromewebstore.google.com/detail/better-coursebook-ut-dall/bjkondedbcbdebddkimflhiehecncoaf |
| 简介 | Makes the CourseBook better! |
| 文件大小 | 29.97 KB |
| 安装次数 | 49 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-10-31 |
| 上架时间 | 2019-10-31 |
| 开发者 | saitanayd |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better CourseBook - UT Dallas",
"version": "1.0.0",
"description": "Makes the CourseBook better!",
"manifest_version": 2,
"author": "Sai Tanay Desaraju",
"web_accessible_resources": [
"scripts\/script.js"
],
"permissions": [
"https:\/\/coursebook.utdallas.edu\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/coursebook.utdallas.edu\/*"
],
"js": [
"scripts\/content.js"
],
"css": [
"styles\/bootstrap.min.css"
],
"run_at": "document_idle"
}
]
} | |