UCLA Audit+
Improves readability and useability of UCLA degree audit.
Vad är UCLA Audit+?
UCLA Audit+ är en Chrome-tillägg utvecklad av hmccormick, och dess huvudfunktion är "Improves readability and useability of UCLA degree audit.".
Tilläggsskärmbilder
Ladda ner UCLA Audit+-förlängningens CRX-fil
Ladda ner UCLA Audit+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | lkpgnjhalhlkjnkfknpmpgeikcfppcij |
Officiell webbadress | https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij |
Beskrivning | Improves readability and useability of UCLA degree audit. |
Filstorlek | 106 KB |
Antal Installationer | 167 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2021-04-02 |
Publiceringsdatum | 2021-03-31 |
Utvecklare | hmccormick |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/haydenmccormick/UCLA-audit-plus |
Stödda Språk | 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\/*" ] } ] } |