UMICH Course Guide RMP
Shows Rate My Prof information on LSA Course Guide
UMICH Course Guide RMPคืออะไร?
UMICH Course Guide RMP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wongio420 และคุณลักษณะหลักของมันคือ "Shows Rate My Prof information on LSA Course Guide"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UMICH Course Guide RMP
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |