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