
Open Tabs Next to Current par Sebastian Blask
Open new tabs always to the right of the current one.
6âŻ848 utilisateurs·trices6âŻ848 utilisateurs·trices
MĂ©tadonnĂ©es de lâextension
Ă propos de cette extension
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.
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
https://github.com/sblask/webextension-open-tabs-next-to-current/issues/26
and
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
position
Feedback
--------
You can report bugs or make feature requests on https://github.com/sblask/webextension-open-tabs-next-to-current.
Patches are welcome.
=========================
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.
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
https://github.com/sblask/webextension-open-tabs-next-to-current/issues/26
and
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
position
Feedback
--------
You can report bugs or make feature requests on https://github.com/sblask/webextension-open-tabs-next-to-current.
Patches are welcome.
Noté 4,5 par 173 personnes
Autorisations et donnéesEn savoir plus
Autorisations nécessaires :
- Accéder aux onglets récemment fermés
Plus dâinformations
- Liens du module
- Version
- 2.0.14
- Taille
- 13,35Â Ko
- DerniĂšre mise Ă jour
- il y a 4 ans (31 mai 2021)
- Catégories associées
- Licence
- Licence MIT
- Historique des versions
- Ajouter Ă la collection
Notes de version pour la version 2.0.14
New way of identifying the current tab as the old way was broken in Chrome 91