Open bookmark from bookmark bar in a new browser window - Google Chrome

I would like a way to set my bookmarks that are located in my bookmarks bar set to open with a new Chrome browser window. I know if right click on them and select Open in New Window that works but I can't rely on my employees to do that step. I would like to know if there is a way to do this without that step or with an extension?

Thank you Jesse V.

1 Answer

This opens a new tab rather than a new window, but you can use this as the URL in the bookmark, where url is the full web address.

javascript:window.open('url')

You have to include the single quotes. For example:

javascript:window.open(')

Alternatively, check out the answers to this question. They're functional to get a new window, but more cumbersome.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like