Currently when a new link is opened, the new tab is opened next to the current tab.
What I need is that it should appear next to the last tab instead, as seen in the snapshot below (position #2 is what I want, rather than #1).
How can I get that in Google Chrome?
5 Answers
TabsPlus gives you the option to select where you want a new tab to open - selecting "last" will result in the behaviour you want.
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).
1(TabsPlus is not working sometimes)
3Tab 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
The 'New Tabs At End' plugin forces new tabs to open at the end of the tab strip.
New Tabs At End makes all of your new tabs open at the end of the tab strip, much like how Firefox's tabs work. When you close a tab, it selects the next tab in the strip, much like how Firefox's tabs work.
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(); 3