KFUPM-Schedule

Improve Your Schedule Design

Cos'è KFUPM-Schedule?

KFUPM-Schedule è un'estensione di Chrome sviluppata da lastcode7089, e la sua funzione principale è "Improve Your Schedule Design".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione KFUPM-Schedule

Scarica i file di estensione KFUPM-Schedule in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome KFUPM-Schedule KFUPM-Schedule
ID babmbipmiggamdmgojphiidpbdpiecoi
URL Ufficiale https://chromewebstore.google.com/detail/kfupm-schedule/babmbipmiggamdmgojphiidpbdpiecoi
Descrizione Improve Your Schedule Design
Dimensione del File 27.32 KB
Conteggio Installazioni 1,248
Versione Corrente 1.1
Ultimo Aggiornamento 2022-09-01
Data di Pubblicazione 2022-08-30
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore lastcode7089
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}