HKUST Timetable Addon

Extends the timetable availability

Co je HKUST Timetable Addon?

HKUST Timetable Addon je rozšíření Chrome vyvinuté Marcus Cheung, a jeho hlavní funkcí je „Extends the timetable availability“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření HKUST Timetable Addon

Stáhněte si soubory rozšíření HKUST Timetable Addon ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This is an extension of Hong Kong University of Science and Technology official time table planner (https://admlu65.ust.hk/).
It unblocks restrictions of the planner before the validation period.
The main feature of this extension is to allow planner access of the upcoming semester.
此插件解除 "validation period" 限制,允許用家於香港科技大學官方時間表編輯器提早設計時間表。
此插件主要功能為提早編排下一個學年之時間表。


Add this extension, go back to the planner, refresh and you are all set.
加入此插件,返回編輯器及按F5,完成


This is an open source project. Feel free to contribute and create pull request. Open issue on github if you have any technical problem:
這是開源項目:
https://github.com/Arcaneless/HKUST-Timetable-Planner-Addon


I am not responsible for any data loss or error occurred in the website (https://admlu65.ust.hk/).
This is a third party extension created by an HKUST student only for convenience.                    

Základní Informace o Rozšíření

Název HKUST Timetable Addon HKUST Timetable Addon
ID amgobcacdjcliphhejphfhcdhaikhcme
Oficiální URL https://chromewebstore.google.com/detail/hkust-timetable-addon/amgobcacdjcliphhejphfhcdhaikhcme
Popis Extends the timetable availability
Velikost souboru 9.51 KB
Počet instalací 5,762
Aktuální Verze 0.5
Poslední Aktualizace 2024-01-18
Datum Vydání 2020-08-14
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Marcus Cheung
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Arcaneless/HKUST-Timetable-Planner-Addon
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HKUST Timetable Addon",
    "version": "0.5",
    "description": "Extends the timetable availability",
    "action": {
        "default_icon": "icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/admlu65.ust.hk\/"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}