UCLA Audit+

Improves readability and useability of UCLA degree audit.

Co to jest UCLA Audit+?

UCLA Audit+ to rozszerzenie Chrome opracowane przez hmccormick, a jego główną funkcją jest „Improves readability and useability of UCLA degree audit.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia UCLA Audit+

Pobierz pliki rozszerzeń UCLA Audit+ 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

                        Improves readability and usability of UCLA degree audit (DARS) by displaying classes as icons, rather than text.

WARNING: Not guaranteed to work with every major/degree program. Please check against your regular audit before using to verify that all classes are displayed correctly!                    

Podstawowe informacje o rozszerzeniu

Nazwa UCLA Audit+ UCLA Audit+
ID lkpgnjhalhlkjnkfknpmpgeikcfppcij
Oficjalny URL https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij
Opis Improves readability and useability of UCLA degree audit.
Rozmiar pliku 106 KB
Liczba instalacji 167
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2021-04-02
Data Publikacji 2021-03-31
Deweloper hmccormick
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/haydenmccormick/UCLA-audit-plus
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UCLA Audit+",
    "version": "0.1.0",
    "description": "Improves readability and useability of UCLA degree audit.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "default.css"
            ],
            "js": [
                "jquery-3.6.0.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/dars.ucla.edu\/selfservice\/audit\/*"
            ]
        }
    ]
}