KFUPM-Schedule

Improve Your Schedule Design

ما هو KFUPM-Schedule؟

KFUPM-Schedule هو إضافة Chrome تم تطويرها بواسطة lastcode7089، والميزة الرئيسية لها هي "Improve Your Schedule Design".

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

screenshot
screenshot

تحميل ملف CRX للإضافة KFUPM-Schedule

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

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

                        this extension will improve your normal schedule.
rather than the normal unclear and hard to read schedule, you can now have a clean modern schedule with 8 different themes!.                    

معلومات أساسية عن التمديد

الاسم KFUPM-Schedule KFUPM-Schedule
ID babmbipmiggamdmgojphiidpbdpiecoi
عنوان URL الرسمي https://chromewebstore.google.com/detail/kfupm-schedule/babmbipmiggamdmgojphiidpbdpiecoi
الوصف Improve Your Schedule Design
حجم الملف 27.32 KB
عدد التثبيتات 1,248
النسخة الحالية 1.1
آخر تحديث 2022-09-01
تاريخ النشر 2022-08-30
تقييم 4.50/5 مجموع تقييمات 4
المطور lastcode7089
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KFUPM-Schedule",
    "version": "1.1",
    "description": "Improve Your Schedule Design",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/banner8-ssb.kfupm.edu.sa\/PROD9\/bwskfshd.P_CrseSchd",
                "https:\/\/banner8-ssb.kfupm.edu.sa\/PROD9\/bwskfshd.P_CrseSchd?*",
                "https:\/\/banner8-ssb.kfupm.edu.sa\/PROD9\/bwskfshd.p_proc_crse_schd"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/clock16.png",
            "32": "\/images\/clock32.png",
            "48": "\/images\/clock64.png",
            "128": "\/images\/clock128.png"
        }
    },
    "icons": {
        "16": "\/images\/clock16.png",
        "32": "\/images\/clock32.png",
        "48": "\/images\/clock64.png",
        "128": "\/images\/clock128.png"
    }
}