Webreg Course Info Extension

Displays information about professors and expected workload in webreg.

Co to jest Webreg Course Info Extension?

Webreg Course Info Extension to rozszerzenie Chrome opracowane przez thepot8totheory, a jego główną funkcją jest „Displays information about professors and expected workload in webreg.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Webreg Course Info Extension

Pobierz pliki rozszerzeń Webreg Course Info Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Webreg Course Info Extension Webreg Course Info Extension
ID oicloanloffjnombnhhmplbienojjepd
Oficjalny URL https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd
Opis Displays information about professors and expected workload in webreg.
Rozmiar pliku 616 KB
Liczba instalacji 166
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-11-06
Data Publikacji 2023-09-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper thepot8totheory
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}