mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
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%
| .editorconfig | ||
| .gitignore | ||
| background.js | ||
| LICENSE | ||
| Makefile | ||
| manifest.json | ||
| README.md | ||
Tabswiper
A Firefox extension that enhances tab switching and closing through fuzzy search.
How to Use It
-
Open the search page using the extension icon or by pressing
F2. You can customize the keyboard shortcut by accessing theManage Extension Shortcutsin Firefox settings. -
Filter the list of open tabs with the searchbox.
-
If there is one tab left in the list, navigate to it by pressing
Enter. -
Otherwise, navigate to or close the desired tab using the commandbox.
Development
Adding an Unpacked Extension to Firefox
-
In the Firefox address bar, type
about:debuggingand press Enter. -
Click on
This Firefox, then selectLoad Temporary Add-on.... -
Choose the
manifest.jsonfile.
Build the Package
To generate the XPI file, just use the make package command.
The output file will be stored in the dist directory.