UW Madison - Course Search & Enroll +

Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page

What is UW Madison - Course Search & Enroll +?

UW Madison - Course Search & Enroll + is a Chrome extension developed by jblake8149, and its main feature is "Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page".

Extension Screenshots

screenshot
screenshot

Download UW Madison - Course Search & Enroll + Extension CRX File

Download UW Madison - Course Search & Enroll + extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name UW Madison - Course Search & Enroll + UW Madison - Course Search & Enroll +
ID ldnllmdimjknflobmdjnmefeollalodf
Official URL https://chromewebstore.google.com/detail/uw-madison-course-search/ldnllmdimjknflobmdjnmefeollalodf
Description Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page
File Size 31.76 KB
Installation Count 123
Current Version 1.0.0
Last Updated 2023-12-22
Publish Date 2023-07-22
Rating 5.00/5 Total 2 Ratings
Developer jblake8149
Email [email protected]
Payment Type free
Extension Website https://github.com/JackBlake-zkq/cse-plus
Supported Languages 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\/**"
    ]
}