HKUST Timetable Addon
Extends the timetable availability
HKUST Timetable Addonとは何ですか?
HKUST Timetable AddonはMarcus Cheungによって開発されたChromeの拡張機能で、その主な機能は「Extends the timetable availability」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } ] } |