HKUST Timetable Planner Stylus

Customize your Timetable Ext Planner!

ما هو HKUST Timetable Planner Stylus؟

HKUST Timetable Planner Stylus هو إضافة Chrome تم تطويرها بواسطة fhfuih، والميزة الرئيسية لها هي "Customize your Timetable Ext Planner!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة HKUST Timetable Planner Stylus

قم بتنزيل ملفات الامتداد HKUST Timetable Planner Stylus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/"
        ]
    }
}