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
Eメール [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\/*"
            ]
        }
    ]
}