KFUPM-Schedule

Improve Your Schedule Design

什麼是KFUPM-Schedule?

KFUPM-Schedule是由lastcode7089開發的Chrome擴展程式,該擴展的主要功能是“Improve Your Schedule Design”。

擴展截圖

screenshot
screenshot

下載KFUPM-Schedule擴展crx文件

下載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
官方網址 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"
    }
}