tabmeoutside is a Chrome extension that allows you to switch between browser tabs using custom keybindings.
- ⏩ Next Tab: Jump to the next tab.
- ⏪ Previous Tab: Return to the previous tab.
- ⚙️ Customizable: Change keybindings through the Chrome extensions settings.
- Next Tab:
alt + l
- Previous Tab:
alt + h
- Download or clone this repository.
- Open Chrome and go to
chrome://extensions/
. - Enable "Developer mode" in the top-right corner.
- Click "Load unpacked" and select the folder containing the extension files.
- Open the extensions settings at
chrome://extensions/shortcuts
. - Find tabmeoutside and set your preferred keybindings for switching tabs.
This extension listens for key commands using the chrome.commands
API and uses the chrome.tabs
API to switch between open tabs in the current window. The default shortcuts can be customized to fit your browsing habits.
Feel free to submit issues or make pull requests if you'd like to contribute improvements or features to the project!
This project is licensed under the MIT License - see the LICENSE file for details.