Firefox (Soon to be Chrome) extension / add-on that boosts moodle's UI/UX
You can download our production version add-on on Mozilla's website.
There are two ways to run our extension, the difference between them is that by using the first way you can have hot-reloading, while developing.You don't have to add the extension if you run locally.
First Way (Recommended):
- Download Firefox (π₯Firefox) or Chrome (πChrome).
- Install Node.js and NPM if not already installed: on Windows, on Ubuntu (Currently we support vesrions : node>=12.0.0 , 7.0.0>npm>=6.9.0)
- Clone the repo to your pc, by running the following command:
git clone https://github.com/norbit8/MoodleBooster.git
- Run
npm install
in the root directory of the project to install all dependencies.- Run the Extension:
- On Firefox - From the root directory of the project run
npm start
. - On Chrome - From the root directory of the project run
npm run start-chrome
.
- On Firefox - From the root directory of the project run
- Run the Extension:
Second Way:
- Firefox
- Download Firefox (π₯Firefox)
- Clone the repo to your pc, by running the following command:
git clone https://github.com/norbit8/MoodleBooster.git
. - Go to Firefox and type:
about:debugging#/runtime/this-firefox
on the search bar. - Click on "Load Temporary Addon" and choose any file from the repo you've just cloned.
- Chrome
- Download Chrome (πChrome).
- Clone the repo to your pc, by running the following command:
git clone https://github.com/norbit8/MoodleBooster.git
. - Go to Chrome and type:
chrome://extensions/
on the search bar. - Click on "Load unpacked" and choose the root folder of the project.
In order to build the extension into zip file run npm build
from the root of the project
-
The dev environment support many features that include with web-ext like hot-reloading more info here: https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/
-
This moodle extension is designed to work mainly on Huji's moodle.
Pushing code to our master branch is forbidden.
If you want to contribute, all you need to do is to
- Fork the repository (or if you're a contributor just clone this repo).
- Open a new branch (locally) and start working on it.
- Push it.
- Create a new pull request.
- Add new tag to main branch after pull request merge (Thank you! β€οΈ)
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!