KFUPM-Schedule

Improve Your Schedule Design

KFUPM-Schedule là gì?

KFUPM-Schedule là một tiện ích mở rộng Chrome được phát triển bởi lastcode7089, và tính năng chính của nó là "Improve Your Schedule Design".

Ả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 KFUPM-Schedule

Tải xuống các tệp mở rộng KFUPM-Schedule 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

                        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!.                    

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

Tên KFUPM-Schedule KFUPM-Schedule
ID babmbipmiggamdmgojphiidpbdpiecoi
URL Chính Thức https://chromewebstore.google.com/detail/kfupm-schedule/babmbipmiggamdmgojphiidpbdpiecoi
Mô tả Improve Your Schedule Design
Kích Thước Tệp 27.32 KB
Số Lần Cài Đặt 1,248
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-09-01
Ngày Phát Hành 2022-08-30
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển lastcode7089
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}