HKUST Timetable Planner Stylus
Customize your Timetable Ext Planner!
HKUST Timetable Planner Stylus là gì?
HKUST Timetable Planner Stylus là một tiện ích mở rộng Chrome được phát triển bởi fhfuih, và tính năng chính của nó là "Customize your Timetable Ext Planner!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HKUST Timetable Planner Stylus
Tải xuống các tệp mở rộng HKUST Timetable Planner Stylus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HKUST Timetable Planner Stylus |
ID | dhdbadjkkmclkpcfofolhomoiakjephh |
URL Chính Thức | https://chromewebstore.google.com/detail/hkust-timetable-planner-s/dhdbadjkkmclkpcfofolhomoiakjephh |
Mô tả | Customize your Timetable Ext Planner! |
Kích Thước Tệp | 89.89 KB |
Số Lần Cài Đặt | 109 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-12-28 |
Ngày Phát Hành | 2018-09-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | fhfuih |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/fhfuih/hkust-timetable-planner-stylus |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } } |