UCLA Audit+
Improves readability and useability of UCLA degree audit.
Hvad er UCLA Audit+?
UCLA Audit+ er en Chrome-udvidelse udviklet af hmccormick, og dens hovedfunktion er "Improves readability and useability of UCLA degree audit.".
Udvidelsesskærmbilleder
Download UCLA Audit+-udvidelses-CRX-fil
Download UCLA Audit+-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lkpgnjhalhlkjnkfknpmpgeikcfppcij |
Officiel URL | https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij |
Beskrivelse | Improves readability and useability of UCLA degree audit. |
Filstørrelse | 106 KB |
Antal Installationer | 167 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2021-04-02 |
Udgivelsesdato | 2021-03-31 |
Udvikler | hmccormick |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/haydenmccormick/UCLA-audit-plus |
Understøttede Sprog | 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\/*" ] } ] } |