The must-have extension for a mouse-free Firefox experience https://addons.mozilla.org/addon/tabswitcher
  • JavaScript 71.2%
  • CSS 17.8%
  • HTML 9.4%
  • Makefile 1.6%
Find a file
2024-01-20 04:34:47 +01:00
pages vendor: add fuzzysort.js 2024-01-20 04:34:47 +01:00
.editorconfig Initial commit 2024-01-19 19:35:19 +01:00
.gitignore Initial commit 2024-01-19 19:35:19 +01:00
background.js pages/search: init 2024-01-19 21:59:11 +01:00
LICENSE Initial commit 2024-01-19 19:35:19 +01:00
Makefile Initial commit 2024-01-19 19:35:19 +01:00
manifest.json background.js: init 2024-01-19 19:43:11 +01:00
README.md Initial commit 2024-01-19 19:35:19 +01:00

Tabswiper

A Firefox extension that enhances tab switching and closing through fuzzy search.

How to Use It

  1. Open the search page using the extension icon or by pressing F2. You can customize the keyboard shortcut by accessing the Manage Extension Shortcuts in Firefox settings.

  2. Filter the list of open tabs with the searchbox.

  3. If there is one tab left in the list, navigate to it by pressing Enter.

  4. Otherwise, navigate to or close the desired tab using the commandbox.

Development

Adding an Unpacked Extension to Firefox

  1. In the Firefox address bar, type about:debugging and press Enter.

  2. Click on This Firefox, then select Load Temporary Add-on....

  3. Choose the manifest.json file.

Build the Package

To generate the XPI file, just use the make package command. The output file will be stored in the dist directory.