UCLA Audit+

Improves readability and useability of UCLA degree audit.

什么是UCLA Audit+?

UCLA Audit+是由hmccormick开发的Chrome扩展程序,该扩展的主要功能是“Improves readability and useability of UCLA degree audit.”。

扩展截图

screenshot
screenshot

下载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!                    

扩展基本信息

名称 UCLA Audit+ UCLA Audit+
ID lkpgnjhalhlkjnkfknpmpgeikcfppcij
官方URL 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\/*"
            ]
        }
    ]
}