UCLA Audit+
Improves readability and useability of UCLA degree audit.
什麼是UCLA Audit+?
UCLA Audit+是由hmccormick開發的Chrome擴展程式,該擴展的主要功能是“Improves readability and useability of UCLA degree audit.”。
擴展截圖
下載UCLA Audit+擴展crx文件
下載UCLA Audit+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | lkpgnjhalhlkjnkfknpmpgeikcfppcij |
官方網址 | https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij |
簡介 | Improves readability and useability of UCLA degree audit. |
檔案大小 | 106 KB |
安裝次數 | 167 |
目前版本 | 0.1.0 |
更新時間 | 2021-04-02 |
上架時間 | 2021-03-31 |
開發者 | hmccormick |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/haydenmccormick/UCLA-audit-plus |
支援的語言 | 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\/*" ] } ] } |