UW Madison - Course Search & Enroll +
Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page
Wat is UW Madison - Course Search & Enroll +?
UW Madison - Course Search & Enroll + is een Chrome-extensie ontwikkeld door jblake8149, en de belangrijkste functie is "Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page".
Extensie Screenshots
Download het CRX-bestand van de extensie UW Madison - Course Search & Enroll +
Download UW Madison - Course Search & Enroll +-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | UW Madison - Course Search & Enroll + |
ID | ldnllmdimjknflobmdjnmefeollalodf |
Officiële URL | https://chromewebstore.google.com/detail/uw-madison-course-search/ldnllmdimjknflobmdjnmefeollalodf |
Beschrijving | Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page |
Bestandsgrootte | 31.76 KB |
Aantal Installaties | 123 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-12-22 |
Publicatiedatum | 2023-07-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jblake8149 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/JackBlake-zkq/cse-plus |
Ondersteunde Talen | 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\/**" ] } |