Webreg Course Info Extension

Displays information about professors and expected workload in webreg.

Vad är Webreg Course Info Extension?

Webreg Course Info Extension är en Chrome-tillägg utvecklad av thepot8totheory, och dess huvudfunktion är "Displays information about professors and expected workload in webreg.".

Tilläggsskärmbilder

screenshot

Ladda ner Webreg Course Info Extension-förlängningens CRX-fil

Ladda ner Webreg Course Info Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Easily check the ratings of your professors and courses on WebReg with this extension                    

Grundläggande Information om Tillägg

Namn Webreg Course Info Extension Webreg Course Info Extension
ID oicloanloffjnombnhhmplbienojjepd
Officiell webbadress https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd
Beskrivning Displays information about professors and expected workload in webreg.
Filstorlek 616 KB
Antal Installationer 166
Aktuell Version 1.1
Senast Uppdaterad 2023-11-06
Publiceringsdatum 2023-09-20
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare thepot8totheory
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webreg Course Info Extension",
    "version": "1.1",
    "icons": {
        "128": "UCSD128.png"
    },
    "description": "Displays information about professors and expected workload in webreg.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/act.ucsd.edu\/webreg2\/*"
            ],
            "css": [
                "Data_Visual.css"
            ],
            "js": [
                "Prof-Info.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "capes_data.csv",
                "rmp_data_without_empty_lines.csv"
            ],
            "matches": [
                "https:\/\/act.ucsd.edu\/*"
            ]
        }
    ]
}