Go to file
Thomas Rupprecht 86b3b7ef5e add web-ext-config.js and add watch scripts 2023-01-05 16:40:11 +01:00
src 0.8.4 2023-01-05 14:39:04 +01:00
.editorconfig move code into src dir 2022-12-24 13:38:39 +01:00
.gitignore move code into src dir 2022-12-24 13:38:39 +01:00
.npmrc improve code, doc, tooling 2022-12-24 02:31:56 +01:00
LICENSE.txt update license 2021-11-06 11:01:47 +01:00
README.md improve code, doc, tooling 2022-12-24 02:31:56 +01:00
package-lock.json 0.8.4 2023-01-05 14:39:04 +01:00
package.json add web-ext-config.js and add watch scripts 2023-01-05 16:40:11 +01:00
web-ext-config.js add web-ext-config.js and add watch scripts 2023-01-05 16:40:11 +01:00

README.md

/usr/space Web-Ext (Firefox Add-on)

Features

  • Show if someone is in the Space
    • Looks for connected dynamic IPs (DHCP)
    • Refreshes every 5min
  • Show the next event
  • Quick-Links (Homepage, Wiki, Gitea, Nextcloud)

Install

$ git clone https://gitea.usrspace.at/XimeX/usrspace-browser-addon.git
$ npm install -g web-ext
$ npm install
  • Open about:debugging or about:debugging-new in Firefox
  • Click Load Temporary Add-on...
  • Navigate to Add-on Repository
  • Open manifest.json
  • Use it

Release

$ npm version {major|minor|patch|...}
$ web-ext build

Credits

Used icons from Bootstrap https://github.com/twbs/icons/blob/main/LICENSE.md

License

MIT