HKUST Timetable Addon

Extends the timetable availability

HKUST Timetable Addon क्या है?

HKUST Timetable Addon Marcus Cheung द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the timetable availability"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HKUST Timetable Addon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}