UW Madison - Course Search & Enroll +
Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page
UW Madison - Course Search & Enroll +คืออะไร?
UW Madison - Course Search & Enroll + เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jblake8149 และคุณลักษณะหลักของมันคือ "Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UW Madison - Course Search & Enroll +
ดาวน์โหลดไฟล์ส่วนขยาย UW Madison - Course Search & Enroll + ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you a UW-Madison student who constantly switches between Course Search & Enroll, Rate My Professors, and Madgrades. This extension uses the Madgrades and Rate My Professors APIs to fetch data for courses and professors, and link to the pages for them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UW Madison - Course Search & Enroll + |
ID | ldnllmdimjknflobmdjnmefeollalodf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/uw-madison-course-search/ldnllmdimjknflobmdjnmefeollalodf |
คำอธิบาย | Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page |
ขนาดไฟล์ | 31.76 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-12-22 |
วันที่เผยแพร่ | 2023-07-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jblake8149 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/JackBlake-zkq/cse-plus |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" } }, "version": "1.0.0", "author": "Jack Blake", "name": "UW Madison - Course Search & Enroll +", "description": "Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page", "background": { "service_worker": "static\/background\/index.js" }, "content_scripts": [ { "matches": [ "https:\/\/enroll.wisc.edu\/*" ], "js": [ "content.06af5f40.js" ], "css": [] } ], "host_permissions": [ "https:\/\/enroll.wisc.edu\/*", "https:\/\/api.madgrades.com\/**", "https:\/\/www.ratemyprofessors.com\/graphql\/**" ] } |