Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sblask-webextensions/webextension-open-tabs-next-to-current
Open new tabs to the right of the current one.
https://github.com/sblask-webextensions/webextension-open-tabs-next-to-current
Last synced: 12 days ago
JSON representation
Open new tabs to the right of the current one.
- Host: GitHub
- URL: https://github.com/sblask-webextensions/webextension-open-tabs-next-to-current
- Owner: sblask-webextensions
- License: mit
- Created: 2014-05-21T16:25:21.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T10:03:17.000Z (7 months ago)
- Last Synced: 2024-08-01T16:44:34.471Z (3 months ago)
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/open-tabs-next-to-current/
- Size: 197 KB
- Stars: 161
- Watchers: 9
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![pre-commit Status](https://github.com/sblask/webextension-open-tabs-next-to-current/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/sblask/webextension-open-tabs-next-to-current/actions/workflows/pre-commit.yml)
Open Tabs Next To Current
=========================Open tabs that would normally be opened last next to the current one. Tabs that
are being re-opened are thus not included. You can use `Ctrl-Y`
(`Ctrl-Shift-Y` on Windows) to open a new tab at the default location.Note for Chrome
---------------Keyboard shortcuts are not automatically set up. You need to do that manually
on the extension page in settings.Note for Firefox
----------------After the addition of the `browser.tabs.insertAfterCurrent` setting in
`about:config` you do not need this extension anymore.Known Issues
------------Caused by limitations of the webextension API, see
[#26](https://github.com/sblask/webextension-open-tabs-next-to-current/issues/26)
and
[#29](https://github.com/sblask/webextension-open-tabs-next-to-current/issues/29):- tabs are visibly moved to their final position
- the tab bar is scrolled so the opened tab becomes the first visible one on
the left (Firefox only) - you can set `browser.tabs.tabMinWidth` in
`about:config` to something low like `20` so the tab bar is not scrollable
at all
- when opening multiple tabs at once, only one of them is opened at the right
positionPrivacy Policy
--------------This extension does not collect or send data of any kind to third parties.
Feedback
--------You can report bugs or make feature requests on
[Github](https://github.com/sblask/webextension-open-tabs-next-to-current)Patches are welcome.