KFUPM-Schedule
Improve Your Schedule Design
KFUPM-Scheduleとは何ですか?
KFUPM-Scheduleはlastcode7089によって開発されたChromeの拡張機能で、その主な機能は「Improve Your Schedule Design」です。
拡張機能のスクリーンショット
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!.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    }
}  |  |