Welcome to LearnIt++ Extension!
![]() |
![]() |
---|---|
![]() |
![]() |
Improved design and functionality of the LearnIT page for IT-University Of Copenhagen
There is currently no web store download, but adding local extensions is pretty easy.
Chrome/chromium guide:
Install via Chrome Web Store
Manual install: To install LearnIt++, follow these simple steps:
- Download the latest zip from the releases on GitHub.
- Unpack the zip
- Go to
chrome://extensions
in your browser - Enable developer mode in the top right
- Press
Load unpacked
and select the unpacked zip - Enjoy!
Firefox guide:
Only manual install since Firefox does not allow add-ons on the store for internal sites such as LearnIT
- Download the latest
xpi
file from the releases on GitHub. - Go to
about:addons
in your browser - Pres the gear icon on the other side of "Customize Firefox"
- Press
Install add-on from file...
- Select the downloaded
xpi
file - A popup may show up asking if you want to install the add-on, accept this popup.
- Enjoy!
Safari:
There is currently no plan for safari support since you need an Apple dev license for this.
For contributing please read CONTRIBUTING.md.
Note
We use Bun instead of Node. If you prefer using Node we don't guarantee that building will work, but just replace bun
with npm run
in the commands.
- Run
bun i
if it is the first time building - Run
bun dev
to start the development server - Open https://learnit.itu.dk/my/ and start making cool stuff 🪄
- Use
bun build
to build the extension and make a local build in thebuild/
folder - Use
bun package:chrome
to generate a zip in thebuild/
folder for chrome - Use
bun package:firefox
for a Firefox zip package - Done time to distribute 🎉
If you have any questions or issues, please use the issues page on GitHub to report issues and discussions for questions and ideas.
This project is licensed under the ISC License - see the LICENSE file for details.