UCalgary Rate My Prof
Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
什么是UCalgary Rate My Prof?
UCalgary Rate My Prof是由HCExtensions开发的Chrome扩展程序,该扩展的主要功能是“Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.”。
扩展截图
下载UCalgary Rate My Prof扩展crx文件
下载UCalgary Rate My Prof扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds Rate My Professors information to the UCalgary Schedule Builder and all course listings. Buy me a coffee: https://ko-fi.com/harrych
扩展基本信息
名称 | UCalgary Rate My Prof |
ID | jhepjbdemjpcednmndlogbjbkmoppeaj |
官方URL | https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj |
简介 | Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings. |
文件大小 | 14.35 KB |
安装次数 | 109 |
当前版本 | 0.1.1 |
更新时间 | 2024-02-25 |
上架时间 | 2023-04-02 |
开发者 | HCExtensions |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UCalgary Rate My Prof", "description": "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.", "version": "0.1.1", "content_scripts": [ { "matches": [ "https:\/\/vsb.my.ucalgary.ca\/*", "https:\/\/*.ucalgary.ca\/*\/courses*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/professor16.png", "32": "icons\/professor32.png", "48": "icons\/professor48.png", "128": "icons\/professor128.png" } } |