Better Schoolbox

Style school box, autosaves, and more

Wat is Better Schoolbox?

Better Schoolbox is een Chrome-extensie ontwikkeld door verysmartguy88, en de belangrijkste functie is "Style school box, autosaves, and more".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Better Schoolbox

Download Better Schoolbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Ever looked at your schoolbox page and thought, 'man that could be better'?
This extension should satisfy that aesthetic desire (which is very justifiable) and more, allowing you to change the colour of your background, top bar, left bar, period headers, the list goes on!

In fact, I am giving you a little too much power here.
Anything you can change through my extension, you can also set to your own, custom images and GIFs!
This is so powerful that it is behind a password lock (hint: my onenote)

Join the discord for beta releases, news, the ability to add your own GIF or image to the growing public collection, and the password here:

https://discord.gg/8PZpmndNbr

If you find a bug, feel free to contact me over discord (Actually Happening#4909) or email.
If you are a programmer like me, the source code is open source and open to contribution at https://github.com/ActuallyHappening/SchoolBoxStyling

Announcement: This works for Trinity! And (untested) All Saints! And MANY other schools! Feel free to discord / email me your school's URL and I will add it :)

Changelog:
Fixes in v1.7.8:
- I accidentally typed a URL wrong and it has come back to bite me a year later. Searching for GIFs should work.
- Also, an edge case where spamming keys in the search bar would result in incorrect/lagged data being shown is fixed.

Added in v1.7.7:
- For 'legal' reasons, I have added a kill switch to stop the extension working if I ever need to, or to just disable the ability to set custom images and only colours. I hope it never comes to this.

Fixed in v1.7.6:
- Fixed bug where you couldn't select an online GIF with the newer grid format

New in v1.7.5:
- View GIFs larger, in a grid fashion
- Load up to 50 (from 25) GIFs online by pressing 'load more' (infinite scrolling feature coming soon)
- Fixed bug where not every custom image could be seen (max pushed from 20 -> 200, which should never be exceeded)

New in v1.7.4:
- Support for MANY more schools!
- Stupid bug is hindering any more major developments, follow here: https://github.com/firebase/flutterfire/issues/9817

New in v1.7.3:
- Support for Trinity!
- Added reset button
   - Added colours to most used buttons

New in v1.7.2:
- Can bulk set and reset everything
- Can change notification icon to anything
- Added a 'spicy default' to custom image chooser

New in v1.7:
- Ability to set anything to a GIF or image
- Online features, including collated list of images & search GIF feature

Fixed in v1.6:
- Resetting works reliably

New in v1.4:
- Can change background colour
- Can change period headers

New in v1.3:
- Can change left bar colour
- Can change icon url

Disclaimer: This extension is not endorsed by schoolbox, or any any affiliated schools (yet). I am not responsible for anything you do with this extension, including (but not limited to) guessing the password to above locked feature and putting (questionable) images into your schoolbox website                    

Basisinformatie over de Extensie

Naam Better Schoolbox Better Schoolbox
ID hkmkofobaklnlaohbbdjeiinmbndkgda
Officiële URL https://chromewebstore.google.com/detail/better-schoolbox/hkmkofobaklnlaohbbdjeiinmbndkgda
Beschrijving Style school box, autosaves, and more
Bestandsgrootte 7.79 MB
Aantal Installaties 161
Huidige Versie 1.7.8
Laatst Bijgewerkt 2023-10-27
Publicatiedatum 2022-10-09
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar verysmartguy88
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://discord.gg/8PZpmndNbr
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Schoolbox",
    "description": "Style school box, autosaves, and more",
    "version": "1.7.8",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/Binary swift icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/schoolbox.emmanuel.qld.edu.au\/*",
                "https:\/\/myunity.tlc.qld.edu.au\/*",
                "https:\/\/schoolbox.bbc.qld.edu.au\/*",
                "https:\/\/schoolbox.somerset.qld.edu.au\/*",
                "https:\/\/www.tss.qld.edu.au\/*",
                "https:\/\/schoolbox.kings.net.nz\/*",
                "https:\/\/schoolbox.somerville.qld.edu.au\/*",
                "https:\/\/schoolbox.wcc.qld.edu.au\/*",
                "https:\/\/schoolbox.wicv.net\/*",
                "https:\/\/schoolbox.shalomcollege.com\/*",
                "https:\/\/my.ipswichgrammar.com\/*",
                "https:\/\/schoolbox.downlands.qld.edu.au\/*",
                "https:\/\/schoolbox.arden.nsw.edu.au\/*",
                "https:\/\/schoolbox.westbourne.vic.edu.au\/*",
                "https:\/\/sb.amity.nsw.edu.au\/*",
                "https:\/\/schoolbox.mecs.vic.edu.au\/*",
                "https:\/\/saltwatercollege.vic.edu.au\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "manifest_version": 3
}