mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
878 B
878 B
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.