Webreg Course Info Extension

Displays information about professors and expected workload in webreg.

Cos'è Webreg Course Info Extension?

Webreg Course Info Extension è un'estensione di Chrome sviluppata da thepot8totheory, e la sua funzione principale è "Displays information about professors and expected workload in webreg.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Webreg Course Info Extension

Scarica i file di estensione Webreg Course Info Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Webreg Course Info Extension Webreg Course Info Extension
ID oicloanloffjnombnhhmplbienojjepd
URL Ufficiale https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd
Descrizione Displays information about professors and expected workload in webreg.
Dimensione del File 616 KB
Conteggio Installazioni 166
Versione Corrente 1.1
Ultimo Aggiornamento 2023-11-06
Data di Pubblicazione 2023-09-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore thepot8totheory
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951
Lingue Supportate 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\/*"
            ]
        }
    ]
}