Easily search for a certain tab you have open among many
This project is the Mozilla Firefox extension plugin.
This plugin allows to find a tab with given title, phrase or url and quickly navigate to it.
This extension can be installed by:
- installing it via the Mozilla add-ons market by clicking the button bellow:
- downloading it directly from the Releases page and install it manually in your browser
After installing you will see the icon opening the extension popup.
To navigate to a tab when scrolling through the search results, simply click on it.
To close the tab from the search results list by click the X
icon on the right of the tab's tile.
This add-on is provided with tooltips and hints translated to several languages.
However, if you see that your language is not supported or any lack of accessibility suport please report this by creating an issue.
Or you can provide the support to specific language or accessibility by making a pull request (please see further for how to develop this extension).
If you plan to implement changes to this extension:
- Clone your fork of this repository
- Run
npm install
in the root of this repository to install all the dependencies and tools
Please make sure to have thenpm
installed first. - Implement your changes and test them:
Manually by following these steps
Or automatically by runningnpm run test
andnpm run build
in the root of your clone