mirror of
https://github.com/He4eT/tabswiper.git
synced 2026-05-04 16:47:23 +00:00
1.1 KiB
1.1 KiB
Tabswiper
A Firefox extension that makes trimming your tabs as effortless as swiping on a dating app.
How to Use It
-
Open the extension's popup window using the extension icon or by pressing
Shift + F2. You can customize the keyboard shortcut by accessing theManage Extension Shortcutsin Firefox settings. -
Navigate through your list of open tabs using buttons or your keyboard:
- Press
jorRight Arrowto keep the selected tab. - Press
dorLeft Arrowto close the tab. - Press
forUp Arrowto switch to the tab.
- Press
-
After eliminating all unnecessary tabs, simply press the
Esckey to close the popup window.
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.
