Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2zqa/tab-shortcuts
Keyboard shortcuts for managing tabs.
https://github.com/2zqa/tab-shortcuts
firefox shortcuts webextension
Last synced: 6 days ago
JSON representation
Keyboard shortcuts for managing tabs.
- Host: GitHub
- URL: https://github.com/2zqa/tab-shortcuts
- Owner: 2zqa
- License: mit
- Created: 2023-08-11T17:44:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T17:32:25.000Z (9 months ago)
- Last Synced: 2024-04-24T05:57:15.549Z (7 months ago)
- Topics: firefox, shortcuts, webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/nl/firefox/addon/tab-shortcuts-2zqa/
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![logo](https://github.com/2zqa/tab-shortcuts/assets/25235249/01599c74-37fc-4f62-8d54-178a37899ebe) Tab Shortcuts
[![Get the add-on for Firefox](https://github.com/2zqa/tab-shortcuts/assets/25235249/bdeb1c7a-3036-4b86-ac8b-6c43587df7fb)](https://addons.mozilla.org/firefox/addon/tab-shortcuts-2zqa/) [![Get the extension for Chrome and other Chromium-based browsers](https://github.com/2zqa/tab-shortcuts/assets/25235249/afe206f9-7cb4-4726-bc69-65818f76fbbf)](https://chromewebstore.google.com/detail/tab-shortcuts/jhmjdhffddkjnobmogepoljacbjacbeb)
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.
## Features
1. **Toggle Pinning:** toggle the pinned state of your selected tab or tabs with Alt+P.
2. **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.
## Contributing
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](#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.## Getting started
### Prerequisites
- [web-ext](https://github.com/mozilla/web-ext)
### Running locally
Run `make run/firefox-desktop` or `make run/chromium` to start the extension in a new browser window.
### Building
Run `make`. This will generate zip files for each supported browser in the `web-ext-artifacts` directory.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.