RateMyGWU
Displays Rate My Professors information directly on the GW schedule of classes
什麼是RateMyGWU?
RateMyGWU是由Jamie Scott開發的Chrome擴展程式,該擴展的主要功能是“Displays Rate My Professors information directly on the GW schedule of classes”。
擴展截圖
下載RateMyGWU擴展crx文件
下載RateMyGWU擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Makes the lives of GW students easier by displaying Rate My Professor data directly on the GW schedule of classes. Simply hover over a professors name to see information such as their overall rating and their level of difficulty! You may also click on the professors name to be linked directly to their Rate My Professor page.
擴展基本資訊
名稱 | |
ID | cpbecdacgjgpnpehjgkhddiancbonija |
官方網址 | https://chromewebstore.google.com/detail/ratemygwu/cpbecdacgjgpnpehjgkhddiancbonija |
簡介 | Displays Rate My Professors information directly on the GW schedule of classes |
檔案大小 | 408 KB |
安裝次數 | 85 |
目前版本 | 1.0 |
更新時間 | 2020-08-17 |
上架時間 | 2020-08-17 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Jamie Scott |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/JamieScottC/RateMyGWU |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RateMyGWU", "version": "1.0", "description": "Displays Rate My Professors information directly on the GW schedule of classes", "permissions": [ "*:\/\/www.ratemyprofessors.com\/*", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/" ], "web_accessible_resources": [ "css\/rate.css", "fonts\/Manrope\/Manrope-VariableFont_wght.ttf" ], "background": { "scripts": [ "\/js\/jquery-3.5.1.min.js", "\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/my.gwu.edu\/mod\/pws\/courses.cfm?campId=*&termId=*&subjId=*" ], "js": [ "\/js\/jquery-3.5.1.min.js", "\/js\/injectRate.js" ], "css": [ "\/css\/rate.css" ], "run_at": "document_end" } ], "page_action": { "default_icon": { "16": "images\/RateMyGWULogo16.png", "32": "images\/RateMyGWULogo32.png", "48": "images\/RateMyGWULogo48.png", "128": "images\/RateMyGWULogo128.png" } }, "icons": { "16": "images\/RateMyGWULogo16.png", "32": "images\/RateMyGWULogo32.png", "48": "images\/RateMyGWULogo48.png", "128": "images\/RateMyGWULogo128.png" }, "manifest_version": 2 } |