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 |
| 官方網址 | 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"
}
]
} | |