Add hotkeys to: 1)close tabs to the right, 2)close tabs to the left, 3) close other tabs, and 4) toggle pin.
https://chrome.google.com/webstore/detail/keyboard-shortcuts-to-clo/fipfgiejfpcdacpjepkohdlnjonchnal
- Download latest or copy this repo to your local drive:
git clone git@github.com:diophung/close-chrome-tabs.git
- Enter
chrome://extensions
into Chrome address bar - Click on "Load unpacked extension" and locate the folder of this repository.
- Open
chrome://extensions/shortcuts
and look for "Keyboard shortcuts to close Chrome tabs":
- Enter your configurations.
- updated: use LTS Chrome API.
- TODO: add hotkey to mute all tabs (blocked for now because Chrome extensions can only have 4 maximum hotkeys).
- fixed: upgrade to manifest v3.
- fixed: keep pinned tabs while closing tabs to the left.
- updated: readme after initial release.
- initial release: configuration & shortcuts.