How can I make Chrome open bookmarked pages in new tab by default?

45,380

Solution 1

Alternatively, you could use

javascript:window.open('url')

For example,

javascript:window.open('http://www.google.com')

Javascript bookmark

Solution 2

I don't really follow on the bookmark thing you're talking about, but if you're looking for the similar function of clicking the middle wheel, then Ctrl+left click on a link. This will open the link in a new tab while keeping the page you're on active.

There are many keyboard shortcuts for Chrome and it's worth taking a look at their support site under keyboard and mouse shortcuts for a full list.

Another one you might like is ctrl+shift+left click which will open the link in a new tab and jump you to it.

https://support.google.com/chrome/answer/157179?hl=en

Solution 3

I know this question is old, but I hope it's ok if I revive the thread. Whether it's on my laptop/desktop, I keep finding myself clicking on my bookmarks and losing everything in my existing tab. No more.

I have created a chrome extension that changes all existing bookmarks and also newly created ones to open on a left click. It's already saved me quite a few headaches.

https://chrome.google.com/webstore/detail/new-tab-bookmarks/haandfikjmhahlpkhapifhkanmdaakop

I understand that the favicons are now default, but I have not found a fix for this yet. Chrome makes that part a little difficult. I hope this extension helps anyone and everyone. Thanks!

Share:
45,380

Related videos on Youtube

cyqsimon
Author by

cyqsimon

Updated on September 18, 2022

Comments

  • cyqsimon
    cyqsimon over 1 year

    Current situation:

    I am currently browsing a page (say, www.google.com). I want to open a bookmarked page (say, www.bing.com), but I want to keep the current page (Google) opened. I need to click on new tab, then click on the bookmark for Bing. Alternatively, I can right click and open Bing in new tab.

    But I want none of those because why click twice when one is enough?


    What I want:

    I am currently on Google. I want to open Bing, so I click on the bookmark and Bing opens in a new tab. Google remains open.


    I am aware of a duplicate question linked here. However it didn't really provide a satisfactory answer. Changing every link to javascript breaks the icon and is a pain to do; middle clicking doesn't really work because I'm on a laptop and the touchpad does not support middle clicking. I hope there is an extension for Chrome that can redefine this behavior to the way I want. A hidden setting in Chrome would be even better but I doubt Chrome offers that.

    • Danijel
      Danijel about 4 years
      I have just transitioned from Firefox to Chrome, and I am puzzled that such basic functionality doesn't already exist.
  • Alberto Martinez
    Alberto Martinez over 6 years
    Also right-click and "Open in new tab".
  • cyqsimon
    cyqsimon over 6 years
    It's simply a matter of personal preference. I want the default action of clicking on a bookmark to be "open in new tab" instead of "open in current tab". All of the methods you mentioned would work, but they either require more than one click or both hands to perform, and I see that as an inconvenience. Analogously, in Windows you can change the default action of double clicking a folder to be "open in new window". I wish for a similar functionality for Chrome tabs, either by modifying some settings in stock Chrome, or by installing extensions.
  • cyqsimon
    cyqsimon almost 6 years
    Wow, never expected someone would actually go and write a dedicated plugin for this... One question: is there a 'revert' function for this plugin, so I can undo the bookmark modification in one click?
  • KFlunker
    KFlunker almost 6 years
    There isn't a revert function, but I think it might be easy to add. Thanks for the suggestion!
  • cyqsimon
    cyqsimon almost 5 years
    Just to clarify why I'm not accepting this answer: this method works, but is clumsy and breaks the favicon. Some might argue otherwise, but I think having a working favicon contributes greatly to usability.
  • Bishwas Mishra
    Bishwas Mishra over 3 years
    @cyqsimon Yes. But I think this is the accepted answer till something better comes up. Then you change accepted answer when that happens.
  • Danijel
    Danijel over 3 years
    Scary, I don't dare to install this.
  • Ciabaros
    Ciabaros over 2 years
    +1 because it's clever and gets it done in the only way currently available. I'm suggesting to move the OP's stated caveats to the answer, for better visibility.
  • Sum None
    Sum None about 2 years
    This is far and away the best, least hacky, most secure, least inconvenient answer and should be the accepted answer, at least until the option exists in Chrome settings. It solves the OP's issue since they said nothing about using both hands, like in the previous comment. Holding the Ctrl key is hardly an inconvenience.