HKUST Timetable Addon

Extends the timetable availability

¿Qué es HKUST Timetable Addon?

HKUST Timetable Addon es una extensión de Chrome desarrollada por Marcus Cheung, y su función principal es "Extends the timetable availability".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HKUST Timetable Addon

Descarga archivos de extensión HKUST Timetable Addon en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HKUST Timetable Addon HKUST Timetable Addon
ID amgobcacdjcliphhejphfhcdhaikhcme
URL Oficial https://chromewebstore.google.com/detail/hkust-timetable-addon/amgobcacdjcliphhejphfhcdhaikhcme
Descripción Extends the timetable availability
Tamaño del Archivo 9.51 KB
Cantidad de Instalaciones 5,762
Versión Actual 0.5
Última Actualización 2024-01-18
Fecha de Publicación 2020-08-14
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Marcus Cheung
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Arcaneless/HKUST-Timetable-Planner-Addon
Idiomas Soportados 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"
        }
    ]
}