UMICH Course Guide RMP
Shows Rate My Prof information on LSA Course Guide
什麼是UMICH Course Guide RMP?
UMICH Course Guide RMP是由wongio420開發的Chrome擴展程式,該擴展的主要功能是“Shows Rate My Prof information on LSA Course Guide”。
擴展截圖
下載UMICH Course Guide RMP擴展crx文件
下載UMICH Course Guide RMP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Enhances user experience by injecting Rate My Professor rating into the LSA course guide. User is able to click on rating to be directed to corresponding Rate My Professor website.
擴展基本資訊
名稱 | UMICH Course Guide RMP |
ID | efdamipekmokgifmpdokfeemlfalffma |
官方網址 | https://chromewebstore.google.com/detail/umich-course-guide-rmp/efdamipekmokgifmpdokfeemlfalffma |
簡介 | Shows Rate My Prof information on LSA Course Guide |
檔案大小 | 4.61 KB |
安裝次數 | 74 |
目前版本 | 1.0 |
更新時間 | 2020-08-31 |
上架時間 | 2020-08-31 |
評分 | 5.00/5 共 1 次評分 |
開發者 | wongio420 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/skarahann/UMichRateYourProfessorChrome |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UMICH Course Guide RMP", "version": "1.0", "description": "Shows Rate My Prof information on LSA Course Guide", "author": "Alex and Serdar", "content_scripts": [ { "matches": [ "https:\/\/www.lsa.umich.edu\/cg\/cg_results.aspx?*" ], "js": [ "course_guide_script.js" ], "run_at": "document_end" } ], "manifest_version": 2, "icons": { "32": "icon.png" } } |