mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
Initial commit
This commit is contained in:
commit
bb4c82deac
6 changed files with 98 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# 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.
|
||||
|
||||
1. Filter the list of open tabs with the searchbox.
|
||||
|
||||
1. If there is one tab left in the list, navigate to it by pressing `Enter`.
|
||||
|
||||
1. 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.
|
||||
|
||||
1. Click on `This Firefox`, then select `Load Temporary Add-on...`.
|
||||
|
||||
1. 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue