UCLA Audit+

Improves readability and useability of UCLA degree audit.

Was ist UCLA Audit+?

UCLA Audit+ ist eine Chrome-Erweiterung, die von hmccormick entwickelt wurde, und ihr Hauptmerkmal ist "Improves readability and useability of UCLA degree audit.".

Erweiterungsscreenshots

screenshot
screenshot

UCLA Audit+-Erweiterungs-CRX-Datei herunterladen

Laden Sie UCLA Audit+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name UCLA Audit+ UCLA Audit+
ID lkpgnjhalhlkjnkfknpmpgeikcfppcij
Offizielle URL https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij
Beschreibung Improves readability and useability of UCLA degree audit.
Dateigröße 106 KB
Installationsanzahl 167
Aktuelle Version 0.1.0
Letztes Update 2021-04-02
Veröffentlichungsdatum 2021-03-31
Entwickler hmccormick
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/haydenmccormick/UCLA-audit-plus
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}