A WebExtension that provides a few old-Opera style shortcuts.
- z: history back
- x: history forward
- c: previous tab
- v: next tab
Install web-ext:
$ npm install web-ext --save-dev
Start a development instance of Firefox using:
$ npx web-ext run
Increase the version number in manifest.json.
Package with:
$ npx web-ext build