HKUST Timetable Planner Stylus

Customize your Timetable Ext Planner!

O que é HKUST Timetable Planner Stylus?

HKUST Timetable Planner Stylus é uma extensão do Chrome desenvolvida por fhfuih, e sua principal característica é "Customize your Timetable Ext Planner!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HKUST Timetable Planner Stylus

Baixe arquivos de extensão HKUST Timetable Planner Stylus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome HKUST Timetable Planner Stylus HKUST Timetable Planner Stylus
ID dhdbadjkkmclkpcfofolhomoiakjephh
URL Oficial https://chromewebstore.google.com/detail/hkust-timetable-planner-s/dhdbadjkkmclkpcfofolhomoiakjephh
Descrição Customize your Timetable Ext Planner!
Tamanho do Arquivo 89.89 KB
Contagem de Instalações 109
Versão Atual 2.0
Última Atualização 2023-12-28
Data de Publicação 2018-09-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor fhfuih
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/fhfuih/hkust-timetable-planner-stylus
Idiomas Suportados 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\/"
        ]
    }
}