ProfCheck
View Rate My Professors ratings directly in your course explorer!
什麼是ProfCheck?
ProfCheck是由Kelvin Cao開發的Chrome擴展程式,該擴展的主要功能是“View Rate My Professors ratings directly in your course explorer!”。
擴展截圖
下載ProfCheck擴展crx文件
下載ProfCheck擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An extension that displays information from Rate My Professors for teachers using tooltips in UBC's course explorer. This extension is fast and up-to-date, as it uses the Rate My Professors' API. Supported schools: • University of British Columbia (Vancouver & Okanagan)
擴展基本資訊
名稱 | ProfCheck |
ID | iejcdmcgelpioejdpeoifnaemneihagc |
官方網址 | https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc |
簡介 | View Rate My Professors ratings directly in your course explorer! |
檔案大小 | 120 KB |
安裝次數 | 253 |
目前版本 | 1.3.1 |
更新時間 | 2022-12-27 |
上架時間 | 2021-01-02 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Kelvin Cao |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ProfCheck", "description": "View Rate My Professors ratings directly in your course explorer!", "version": "1.3.1", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/courses.students.ubc.ca\/cs\/*" ], "js": [ "content.js" ] } ], "permissions": [], "host_permissions": [ "https:\/\/*.ratemyprofessors.com\/*" ], "icons": { "128": "icon128.png" } } |