/singlekeyshortcuts

Opera style single key shortcuts webextension

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Single Key Shortcuts

A WebExtension that provides a few old-Opera style shortcuts.

  1. z: history back
  2. x: history forward
  3. c: previous tab
  4. v: next tab

Development

Install web-ext:

$ npm install web-ext --save-dev

Start a development instance of Firefox using:

$ npx web-ext run

Release

Increase the version number in manifest.json.

Package with:

$ npx web-ext build