UCLA Audit+

Improves readability and useability of UCLA degree audit.

ما هو UCLA Audit+؟

UCLA Audit+ هو إضافة Chrome تم تطويرها بواسطة hmccormick، والميزة الرئيسية لها هي "Improves readability and useability of UCLA degree audit.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة UCLA Audit+

قم بتنزيل ملفات الامتداد UCLA Audit+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}