Webreg Course Info Extension

Displays information about professors and expected workload in webreg.

Τι είναι το Webreg Course Info Extension;

Το Webreg Course Info Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον thepot8totheory, και η κύρια λειτουργία του είναι "Displays information about professors and expected workload in webreg.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Webreg Course Info Extension

Λήψη αρχείων επέκτασης Webreg Course Info Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Webreg Course Info Extension Webreg Course Info Extension
ID oicloanloffjnombnhhmplbienojjepd
Επίσημο URL https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd
Περιγραφή Displays information about professors and expected workload in webreg.
Μέγεθος Αρχείου 616 KB
Αριθμός Εγκαταστάσεων 166
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-11-06
Ημερομηνία Δημοσίευσης 2023-09-20
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής thepot8totheory
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}