UCLA Audit+
Improves readability and useability of UCLA degree audit.
Wat is UCLA Audit+?
UCLA Audit+ is een Chrome-extensie ontwikkeld door hmccormick, en de belangrijkste functie is "Improves readability and useability of UCLA degree audit.".
Extensie Screenshots
Download het CRX-bestand van de extensie UCLA Audit+
Download UCLA Audit+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | lkpgnjhalhlkjnkfknpmpgeikcfppcij |
Officiële URL | https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij |
Beschrijving | Improves readability and useability of UCLA degree audit. |
Bestandsgrootte | 106 KB |
Aantal Installaties | 167 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-04-02 |
Publicatiedatum | 2021-03-31 |
Ontwikkelaar | hmccormick |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/haydenmccormick/UCLA-audit-plus |
Ondersteunde Talen | 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\/*" ] } ] } |