Skip to main content

Command Palette

Search for a command to run...

Set Chrome to Open Links in New Tabs by Default

Updated
5 min read
Set Chrome to Open Links in New Tabs by Default

Have you ever wished Chrome would open every link you click in a new tab, saving you the trouble of right-clicking or losing your current page? Opening links in a new tab automatically can make browsing much more convenient, especially if you like to keep multiple pages open for comparison or multitasking.

In this guide, I’ll walk you through different methods to set Chrome to open links in a new tab automatically. Whether you want to use browser settings, extensions, or keyboard shortcuts, we’ll cover all the options so you can customize your browsing experience.


Before we dive into the steps, let’s talk about why this feature is so helpful.

Avoid Losing Your Current Page

If you’re researching or shopping online, opening links in a new tab ensures you don’t lose your place on the original page.

Save Time

Manually right-clicking every link and choosing “Open in a New Tab” can get tedious. Automating this saves time and effort.

Multitask Effectively

When links open in new tabs, you can easily switch between pages without disrupting your workflow.


Method 1: Use Keyboard Shortcuts

The easiest way to open links in a new tab is by using keyboard shortcuts.

  1. Mac Users: Hold Command and click on the link.

  2. Windows and Linux Users: Hold Ctrl and click on the link.

This method works instantly and doesn’t require any changes to Chrome’s settings. However, it won’t automate the process—it’s a manual trick you’ll need to remember for each link.


Method 2: Use Chrome Extensions

If you want a fully automated solution, Chrome extensions are a great option. These tools can modify how links behave in the browser.

  • Install this extension from the Chrome Web Store.

  • Once installed, all links will automatically open in a new tab without any extra effort.

2. Tab Resize

  • This extension not only opens links in new tabs but also helps organize them by resizing and managing multiple tabs.

How to Install and Use Extensions

  1. Go to the Chrome Web Store.

  2. Search for the desired extension.

  3. Click Add to Chrome and confirm the installation.

  4. The extension will automatically start working based on its settings.

Extensions are perfect for users who need consistent, hands-off automation.


Method 3: Modify Your Mouse Settings

If you use a mouse for browsing, you can configure it to open links in a new tab with a single click.

  1. Use the Middle Mouse Button: Clicking the middle mouse button (or scroll wheel) on a link will open it in a new tab.

  2. Configure Mouse Settings: On some systems, you can customize mouse buttons for specific actions, making this even easier.


Method 4: Customize Chrome Settings

While Chrome doesn’t have a built-in option to open all links in a new tab by default, there are ways to adjust its behavior.

Using Flags

  1. Go to chrome://flags in your browser.

  2. Search for keywords like "Tab" or "Link Behavior".

  3. Enable any experimental features related to tabs.

Keep in mind that flags are experimental features and may not always work as intended.


Method 5: Use JavaScript Bookmarklets

If you’re comfortable with a little customization, you can use JavaScript to make links open in new tabs.

  1. Create a new bookmark in Chrome.

  2. In the URL field, enter the following code:

     javascript:(function(){var links=document.getElementsByTagName('a');for(var i=0;i<links.length;i++){links[i].setAttribute('target','_blank');}})();
    
  3. Click the bookmark to activate the script, and all links on the page will open in new tabs.

This method is a bit technical but gives you more control over link behavior.


Preventing Too Many Tabs from Opening

While opening links in new tabs is convenient, it can lead to clutter if you’re not careful. Here are some tips to manage your tabs:

  • Use a Tab Manager Extension: Extensions like OneTab or Toby help organize tabs and prevent browser slowdown.

  • Close Unnecessary Tabs Regularly: Make it a habit to close tabs you’re no longer using.

  • Bookmark Important Pages: Save important links for later instead of leaving them open indefinitely.


Summary

Opening links in new tabs automatically can make your browsing experience more efficient and organized. Whether you use keyboard shortcuts, extensions, mouse settings, or JavaScript bookmarklets, there’s a method to suit your needs.

While Chrome doesn’t have a built-in option to automate this entirely, tools like extensions and experimental flags can bridge the gap. By combining these methods with good tab management practices, you can keep your workflow smooth and clutter-free.


FAQs

You can use Chrome extensions like Open link in new tab to automate this process. Otherwise, use the keyboard shortcut Ctrl (or Command) + Click to open links in new tabs manually.

No, Chrome doesn’t have a built-in feature for this. However, extensions and keyboard shortcuts can help achieve the same result.

Yes, clicking the middle mouse button (or scroll wheel) on a link will open it in a new tab.

Are Chrome extensions safe to use?

Extensions from the official Chrome Web Store are generally safe. Always check reviews and permissions before installing.

Opening too many tabs can affect Chrome’s performance. Use a tab manager extension or close unused tabs regularly to prevent slowdowns.

Also read -

how to change default email on chrome

why is google chrome not responding

how to activate chromes full screen mode without the f11 shortcut

More from this blog

W

WebTechnoto | Chrome & Web Browser Tips and Tricks

158 posts