Webreg Course Info Extension

Displays information about professors and expected workload in webreg.

Qu'est-ce que Webreg Course Info Extension ?

Webreg Course Info Extension est une extension Chrome développée par thepot8totheory, et sa fonction principale est "Displays information about professors and expected workload in webreg.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Webreg Course Info Extension

Téléchargez les fichiers d'extension Webreg Course Info Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Webreg Course Info Extension Webreg Course Info Extension
ID oicloanloffjnombnhhmplbienojjepd
URL Officiel https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd
Description Displays information about professors and expected workload in webreg.
Taille du Fichier 616 KB
Nombre d'Installations 166
Version Actuelle 1.1
Dernière Mise à Jour 2023-11-06
Date de Publication 2023-09-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur thepot8totheory
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}