Easy tab search & switching. This WebExtension provides a keyboard-accessible search interface for managing your open tabs.
| Shortcut | Description |
|---|---|
| Win/Linux: Ctrl + Shift + F / Mac: Cmd + Shift + L | Toggle extension |
| Enter | Open selected tab |
| ↑ / ← | Select previous tab |
| ↓ / → | Select next tab |
| Ctrl + Backspace | Delete tab |
| Alt + R | Refresh tab |
| Alt + P | Pin tab |
| Ctrl + C | Copy tab URL |
| Alt + Shift + D | Delete duplicate tabs |
| Alt + M | Toggle mute |
If you just want to use the extension on Firefox, get it from AMO.
-
Clone the repository (fork first if you plan to submit a pull request):
git clone https://github.com/reblws/tab-search.git cd tab-search -
Install dependencies:
pnpm install
# Start development with live reload (Firefox)
pnpm start
# Start development with live reload (Chrome)
pnpm start:chrome
# Run tests
pnpm test
# Lint code
pnpm lint:eslint# Build for Firefox
pnpm build:firefox
# Build for Chrome
pnpm build:chrome
# Build and create distributable zip (Firefox)
pnpm zip:firefoxSee CHANGELOG.md.
MIT

