HKUST Timetable Addon

Extends the timetable availability

什么是HKUST Timetable Addon?

HKUST Timetable Addon是由Marcus Cheung开发的Chrome扩展程序,该扩展的主要功能是“Extends the timetable availability”。

扩展截图

screenshot

下载HKUST Timetable Addon扩展crx文件

下载HKUST Timetable Addon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 HKUST Timetable Addon HKUST Timetable Addon
ID amgobcacdjcliphhejphfhcdhaikhcme
官方URL https://chromewebstore.google.com/detail/hkust-timetable-addon/amgobcacdjcliphhejphfhcdhaikhcme
简介 Extends the timetable availability
文件大小 9.51 KB
安装次数 5,762
当前版本 0.5
更新时间 2024-01-18
上架时间 2020-08-14
评分 5.00/5 共4次评分
开发者 Marcus Cheung
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Arcaneless/HKUST-Timetable-Planner-Addon
支持的语言 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"
        }
    ]
}