Coolbox

An extension to extend and customise Schoolbox.

Cos'è Coolbox?

Coolbox è un'estensione di Chrome sviluppata da TorNato, e la sua funzione principale è "An extension to extend and customise Schoolbox.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Coolbox

Scarica i file di estensione Coolbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Coolbox Coolbox
ID kjaoemamgcopdbdpenkanjinaodmihpo
URL Ufficiale https://chromewebstore.google.com/detail/coolbox/kjaoemamgcopdbdpenkanjinaodmihpo
Descrizione An extension to extend and customise Schoolbox.
Dimensione del File 155 KB
Conteggio Installazioni 660
Versione Corrente 1.0.16
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2023-05-11
Valutazione 4.91/5 Totale 22 Valutazioni
Sviluppatore TorNato
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://coolbox.lol
Lingue Supportate 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
        }
    ]
}