A Chrome extension for the SchoolBox LMS with integrations for the Box of Books (BoB) platform.
- Launcher: A search bar for quick access to news articles and classes, as well as textbooks from Box of Books.
- You'll need to manually provide the RSS feed for your news headlines.
- (New in 1.0.1) Search through book headings in Box of Books.
- Dark theme: Dark theme for the SchoolBox website and its pages (still a work in progress)
- News Chips: Replaces boring SchoolBox tabs in the news section with much more elegant chips and a search bar.
- Frequently viewed pages: quick access for pages and resources you commonly access, separated by your class periods.
- Add automatic detection for the news headlines RSS feed.
- Announcement / Post / News Item Edit history.
- Download the latest release (or a specific version you wish to install)
- Unzip the file
- Open your browsers extensions page (For chrome it's chrome://extensions)
- If not already enabled, click the toggle in the top to enable developer mode.
- A new ribbon should appear underneath the top navigation bar. Click the "Load Unpacked" button.
- Select the folder that was extracted earlier.
Install dependencies using Bun:
# install dependencies
bun install
# build
bun run buildFor development mode with file watching:
bun run devLoad the dist/ directory as an unpacked extension in Chrome to test.
- Open Google Chrome and go to
chrome://extensions/. - Enable the Developer Mode toggle in the top right.
- Click on "load unpacked" in the toolbar that appears.
- Navigate to the
dist/folder in the repository. If you don't see one, follow the instructions above to build the extension.
- MIT license. Do whatever you want idrc