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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
        ]
    }
}