Organize your tab management with Tab Shortcuts. Use pinning and multiple windows often? Wish there were shortcuts for managing that? Tab Shortcuts fixes that. Supports Firefox and Chromium-based browsers.
- Toggle Pinning: toggle the pinned state of your selected tab or tabs with Alt+P.
- Tab Moving: moves selected tab or tabs to a new window with Alt+N.
Power users: all features support multiple tabs. Select multiple tabs with Ctrl/Shift+Click.
If you have any ideas for new features or improvements, feel free to open an issue or a pull request. To set up the project locally, follow the instructions described in Development.
Note
There is no manifest.json
file. If you want to make changes, see the manifest_*.json
files. During development there is a temporary manifest file that is generated by the build process, but this file SHOULD NOT be edited.
Run make run/firefox-desktop
or make run/chromium
to start the extension in a new browser window.
Run make
. This will generate zip files for each supported browser in the web-ext-artifacts
directory.
This project is licensed under the MIT License - see the LICENSE file for details.