HKUST Timetable Planner Stylus

Customize your Timetable Ext Planner!

HKUST Timetable Planner Stylus क्या है?

HKUST Timetable Planner Stylus fhfuih द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize your Timetable Ext Planner!"।

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

screenshot

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

crx प्रारूप में HKUST Timetable Planner Stylus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is a simple extension for HKUST Timetable Planner (https://admlu65.ust.hk/) to customize the timetable blocks.

This extension is open-sourced at https://github.com/fhfuih/hkust-timetable-planner-stylus under GPL-3.0 license.

This is a 3rd-party plugin (Chrome browser extension) for the HKUST Timetable Planner web app. This project is not affiliated to, nor has any relationship with, HKUST or the HKUST Timetable Planner web app.                    

एक्सटेंशन की मूल जानकारी

नाम HKUST Timetable Planner Stylus HKUST Timetable Planner Stylus
ID dhdbadjkkmclkpcfofolhomoiakjephh
आधिकारिक URL https://chromewebstore.google.com/detail/hkust-timetable-planner-s/dhdbadjkkmclkpcfofolhomoiakjephh
विवरण Customize your Timetable Ext Planner!
फ़ाइल का आकार 89.89 KB
स्थापना संख्या 109
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-12-28
प्रकाशन तिथि 2018-09-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर fhfuih
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/fhfuih/hkust-timetable-planner-stylus
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HKUST Timetable Planner Stylus",
    "description": "Customize your Timetable Ext Planner!",
    "version": "2.0",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/admlu65.ust.hk\/"
            ],
            "js": [
                "pageScript.js"
            ],
            "world": "MAIN"
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/admlu65.ust.hk\/"
        ]
    }
}