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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}