UCLA Audit+
Improves readability and useability of UCLA degree audit.
Cos'è UCLA Audit+?
UCLA Audit+ è un'estensione di Chrome sviluppata da hmccormick, e la sua funzione principale è "Improves readability and useability of UCLA degree audit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UCLA Audit+
Scarica i file di estensione UCLA Audit+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | lkpgnjhalhlkjnkfknpmpgeikcfppcij |
URL Ufficiale | https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij |
Descrizione | Improves readability and useability of UCLA degree audit. |
Dimensione del File | 106 KB |
Conteggio Installazioni | 167 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2021-04-02 |
Data di Pubblicazione | 2021-03-31 |
Sviluppatore | hmccormick |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/haydenmccormick/UCLA-audit-plus |
Lingue Supportate | 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\/*" ] } ] } |