HKUST Timetable Planner Stylus

Customize your Timetable Ext Planner!

什麼是HKUST Timetable Planner Stylus?

HKUST Timetable Planner Stylus是由fhfuih開發的Chrome擴展程式,該擴展的主要功能是“Customize your Timetable Ext Planner!”。

擴展截圖

screenshot

下載HKUST Timetable Planner Stylus擴展crx文件

下載HKUST Timetable Planner Stylus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
        ]
    }
}