Coolbox
An extension to extend and customise Schoolbox.
Coolbox란 무엇입니까?
Coolbox은(는) TorNato에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to extend and customise Schoolbox."입니다.
확장 프로그램 스크린샷
Coolbox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension to reskin and change some things about the platform Schoolbox. Includes: - A completely rearrangeable and customisable homepage - Timer until period is over - Reminder system with Discord and desktop notifications - Concise subject names - Customisable colours and gradients of tiles - Room changes shown on timetable - Dark mode, and completely custom themes - Ability to view weather forecast from the homepage - Frequent updates And more! CoolBox is not endorsed by or affiliated with Donvale Christian College or Schoolbox Pty Ltd.
확장 프로그램 기본 정보
이름 | Coolbox |
ID | kjaoemamgcopdbdpenkanjinaodmihpo |
공식 URL | https://chromewebstore.google.com/detail/coolbox/kjaoemamgcopdbdpenkanjinaodmihpo |
설명 | An extension to extend and customise Schoolbox. |
파일 크기 | 155 KB |
설치 횟수 | 660 |
현재 버전 | 1.0.16 |
최근 업데이트 | 2024-02-05 |
출시 날짜 | 2023-05-11 |
평점 | 4.91/5 총 22 개의 평점 |
개발자 | TorNato |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://coolbox.lol |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "TorNato & SleepyStew", "description": "An extension to extend and customise Schoolbox.", "name": "Coolbox", "version": "1.0.16", "content_scripts": [ { "js": [ "src\/entries\/contentScript\/homepage\/main.js" ], "css": [ "assets\/icons-00f34ec9.css", "assets\/all_pages-13e98175.css" ], "matches": [ "*:\/\/schoolbox.donvale.vic.edu.au\/*" ] }, { "js": [ "src\/entries\/contentScript\/homepage\/beforePageLoad.js" ], "matches": [ "*:\/\/schoolbox.donvale.vic.edu.au\/*" ], "run_at": "document_start" }, { "css": [ "assets\/homepage-b6c26193.css" ], "matches": [ "*:\/\/schoolbox.donvale.vic.edu.au\/" ] } ], "icons": { "64": "icons\/icon.png" }, "permissions": [ "storage", "scripting", "cookies", "notifications", "alarms" ], "action": { "default_icon": { "64": "icons\/icon.png" }, "default_popup": "src\/entries\/popup\/index.html" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "host_permissions": [ "*:\/\/schoolbox.donvale.vic.edu.au\/*" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "assets\/browser-polyfill-6660ea10.js", "assets\/main-3a3da234.css", "assets\/src\/entries\/contentScript\/homepage\/beforePageLoad-f401465a.js", "assets\/src\/entries\/contentScript\/homepage\/main-b8703361.js", "assets\/tailwind-328a00a0.css", "assets\/tailwind-7e98a930.js", "assets\/themes-e4df938e.js" ], "matches": [ "*:\/\/schoolbox.donvale.vic.edu.au\/*" ], "use_dynamic_url": true } ] } |