UCLA Audit+
Improves readability and useability of UCLA degree audit.
Apa itu UCLA Audit+?
UCLA Audit+ adalah ekstensi Chrome yang dikembangkan oleh hmccormick, dan fitur utamanya adalah "Improves readability and useability of UCLA degree audit.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UCLA Audit+
Unduh file ekstensi UCLA Audit+ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | lkpgnjhalhlkjnkfknpmpgeikcfppcij |
URL Resmi | https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij |
Deskripsi | Improves readability and useability of UCLA degree audit. |
Ukuran File | 106 KB |
Jumlah Instalasi | 167 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2021-04-02 |
Tanggal Publikasi | 2021-03-31 |
Pengembang | hmccormick |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/haydenmccormick/UCLA-audit-plus |
Bahasa yang Didukung | 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\/*" ] } ] } |