How to get new tab/link opened on the right of the current tabs in Chrome web browser?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Life in a Drop
--
Chapters
00:00 How To Get New Tab/Link Opened On The Right Of The Current Tabs In Chrome Web Browser?
00:21 Accepted Answer Score 28
00:34 Answer 2 Score 10
01:01 Answer 3 Score 7
01:39 Answer 4 Score 2
01:59 Thank you
--
Full question
https://superuser.com/questions/693664/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome
#avk47
ACCEPTED ANSWER
Score 28
TabsPlus gives you the option to select where you want a new tab to open - selecting "last" will result in the behaviour you want.
ANSWER 2
Score 10
(TabsPlus is not working sometimes)
Tab Position Options empowers the user to select the tab order. It is possible to select the tab opening position, the new tab behavior and the behavior after closing a tab in the Chrome browser.
Available options
- Activate Tab After Tab Closing
- New Tab background
- Open pop-up window as new tab
- External Links in New Tab
ANSWER 3
Score 7
I use Tab Position Customizer 2 for this. When you bring up the options for this extension, the first set of options, titled "Tab Opening Position" allows you to set where new tabs open.
I've tried TabsPlus, which is recommended by the currently accepted answer but found that it does not work with multiple windows.
I've checked Tab Position Options, which was recommended by another answer but I did not like the fact that it required the ability to read and change data on the pages I visit in addition to requiring the ability to read browsing history. Tab Position Customizer 2 only needs the ability to read browsing history (same as TabsPlus).
ANSWER 4
Score 2
I didn't like any of the extensions suggested because they all changed the default behavior, when I was looking for solution that allowed me to open a new tab either on the far-right (the default behavior) or to the right of the active tab (the new behavior).
Found a solution that worked better for me here -- adding a Chrome search engine shortcut to a simple javascript command:
javascript:window.open();