Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DanielDe/TabRearranger
Chrome extension to rearrange tabs and move them between windows using keyboard shortcuts
https://github.com/DanielDe/TabRearranger
chrome-extension
Last synced: 14 days ago
JSON representation
Chrome extension to rearrange tabs and move them between windows using keyboard shortcuts
- Host: GitHub
- URL: https://github.com/DanielDe/TabRearranger
- Owner: DanielDe
- Created: 2016-08-29T08:06:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T02:31:04.000Z (3 months ago)
- Last Synced: 2024-08-29T03:37:07.058Z (3 months ago)
- Topics: chrome-extension
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/tab-rearranger/dapkahjmelfklmpmilfdmlggcbnpcndd
- Size: 632 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tab Rearranger
Browser extension to rearrange tabs and move them between windows with keyboard shortcuts.
This extension is simple, but I can no longer live without it.
Install in [Chrome](https://chrome.google.com/webstore/detail/tab-rearranger/dapkahjmelfklmpmilfdmlggcbnpcndd) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/tab-rearranger/).
![Demo](./demo.gif)
## Usage
| Command | Mac | Windows | Notes |
| ------- | --- | ------- | ----- |
| Move current tab right | `Control+Shift+Right` | `Alt+Shift+Right` | |
| Move current tab left | `Control+Shift+Left` | `Alt+Shift+Left` | |
| Move current tab to new window | `Control+Shift+Up` | `Alt+Shift+Up` | |
| Move current tab to next window | `Control+Shift+N` | `Alt+Shift+N` | |
| Move multiple tabs to a new window | `Control+Shift+M` | `Alt+Shift+M` | Not supported in Firefox |## Custom keyboard shorcuts
If you'd like, you can specify your own keyboard shortcuts.
I use these shortcuts (they're more Emacsy):
| Command | Mac |
| ------- | --- |
| Move current tab right | `Control+Shift+F` |
| Move current tab left | `Control+Shift+B` |
| Move current tab to new window | `Control+Shift+N` |
| Move current tab to next window | `Control+Shift+P` |
| Move multiple tabs to a new window | `Control+Shift+M` |### Chrome
1. Go to `chrome://extensions`
2. Click the hamburger icon in the upper left hand corner
3. Click "Keyboard shortcuts"
4. Find Tab Rearranger in this list.### Firefox
1. Go to `about:addons`
2. Click on the `...` icon next to Tab Rearranger and select "Manage"
3. Click on the cog icon in the upper right hand corner and select "Manage Extension Shortcuts"