UCLA Audit+

Improves readability and useability of UCLA degree audit.

UCLA Audit+ là gì?

UCLA Audit+ là một tiện ích mở rộng Chrome được phát triển bởi hmccormick, và tính năng chính của nó là "Improves readability and useability of UCLA degree audit.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UCLA Audit+

Tải xuống các tệp mở rộng UCLA Audit+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UCLA Audit+ UCLA Audit+
ID lkpgnjhalhlkjnkfknpmpgeikcfppcij
URL Chính Thức https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij
Mô tả Improves readability and useability of UCLA degree audit.
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 167
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-04-02
Ngày Phát Hành 2021-03-31
Nhà Phát Triển hmccormick
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/haydenmccormick/UCLA-audit-plus
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}