UMD Schedule of Classes Professor Rating
This extension will add professor ratings to each section in the UMD Schedule of Classes.
UMD Schedule of Classes Professor Ratingคืออะไร?
UMD Schedule of Classes Professor Rating เป็นส่วนขยายของ Chrome ที่พัฒนาโดย a.mccourt60 และคุณลักษณะหลักของมันคือ "This extension will add professor ratings to each section in the UMD Schedule of Classes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UMD Schedule of Classes Professor Rating
ดาวน์โหลดไฟล์ส่วนขยาย UMD Schedule of Classes Professor Rating ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is a personal side project to practice JQuery and Javascript. This extension adds ratings to the UMD Schedule of Classes on Testudo for each professor. This will allow students to choose which sections they would like to register for without having to open new browser tabs to check professor ratings.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UMD Schedule of Classes Professor Rating |
ID | jghbeiknpbpkicbeckkkdpalgdaeehmd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/umd-schedule-of-classes-p/jghbeiknpbpkicbeckkkdpalgdaeehmd |
คำอธิบาย | This extension will add professor ratings to each section in the UMD Schedule of Classes. |
ขนาดไฟล์ | 1.16 MB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-12-11 |
วันที่เผยแพร่ | 2017-12-10 |
ผู้พัฒนา | a.mccourt60 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://amccourt.github.io/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UMD Schedule of Classes Professor Rating", "description": "This extension will add professor ratings to each section in the UMD Schedule of Classes.", "version": "1.1", "browser_action": { "default_icon": "img\/testudo.png", "default_title": "UMD Professor Rating" }, "permissions": [ "activeTab", "https:\/\/search.mtvnservices.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/ntst.umd.edu\/soc\/*" ], "js": [ "jquery-3.2.1.min.js", "content-script.js" ] } ] } |