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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}