- vertical Navbar with global links and course links
- minimal design
currently the Extension is still being screened for release in the Chrome and Firefox Stores. Until the Extension has been approved you can download it here directly
- donwload
Extendo.zip
and unpack it - Navigate to
chrome://extensions
- enable Developer mode
- press
Load unpacked
- select the Folder where you unpacked the zip
- donwload
Extendo.zip
and unpack it - Navigate to
about:debugging
- press
This Firefox
- press load temporary add-on
- navigate to folder where you unpacked the zip and select the
manifest.json
file
- install Chrome or Firefox
- see above
- install Node/npm
- clone the repo
- enter
npm install
in the console to install all node modules - to build the extension with webpack enter
npm run build