https://addons.mozilla.org/en-US/firefox/addon/tab-switcher-alt-w-s/
A simple browser extension that allows you to switch between tabs using Alt + W and Alt + S.
- Switch to previous tab:
Alt + W - Switch to next tab:
Alt + S - Circular navigation (wraps around from last to first tab)
-
Download the extension files
- Create a folder named
tab-switcher-extension - Save
manifest.jsonandbackground.jsin this folder
- Create a folder named
-
Load the extension in Zen Browser
- Open Zen Browser
- Navigate to
about:debugging - Click on "This Zen" in the sidebar
- Click "Load Temporary Add-on..."
- Select the
manifest.jsonfile from your folder
-
Start using
- Press
Alt + Wto go to the previous tab - Press
Alt + Sto go to the next tab
- Press
tab-switcher-extension/
├── manifest.json
└── background.js
You can change the keyboard shortcuts by editing the suggested_key values in manifest.json:
- Replace
AltwithCtrlorShift - Change
W/Sto other keys - Use combinations like
Alt+Shift+W
This extension works on:
- Zen Browser
- Firefox (and Firefox-based browsers)
- Any browser supporting WebExtensions API and Manifest V2
- Zen Browser or Firefox
- Browser version supporting Manifest V2
- The extension is loaded as a temporary add-on, which means it will be removed when you close the browser
- You'll need to reload it each time you restart your browser
- For permanent installation, you would need to sign and publish it on Firefox Add-ons (addons.mozilla.org) or use Firefox Developer Edition/Nightly with signing disabled