RateMyGWU
Displays Rate My Professors information directly on the GW schedule of classes
RateMyGWUคืออะไร?
RateMyGWU เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jamie Scott และคุณลักษณะหลักของมันคือ "Displays Rate My Professors information directly on the GW schedule of classes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RateMyGWU
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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 } |