Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7692909
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:57:39+00:00 2026-05-31T20:57:39+00:00

A similar question was asked here but without a satisfying answer. I’m trying to

  • 0

A similar question was asked here but without a satisfying answer.
I’m trying to do change 2 chrome settings with the extension.

  1. Cause the browser to open new links as tabs and not windows.
  2. Cause the browser to accept pop ups from a specific URL

I have looked in the documentation, but cannot find the answer.
Could anyone help me with this one?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T20:57:41+00:00Added an answer on May 31, 2026 at 8:57 pm

    There’s no setting to open links as tabs instead of windows. You can change the popup preference through the chrome.contentSettings API.

    All of the requested features can also be enabled indirectly. Some ideas:

    1. New window instead of tabs.
      1. Detect creation of tabs through chrome.tabs.onCreated.
      2. Detect whether the window was opened from inside another window:
        Use the tab.id property from the previous event listener to get the window object, using chrome.extension.getViews. Then, check the window.opener property to determine whether the link was opened from another tab.
        This might not work when the link has the rel="noreferrer" attribute set.

        Create a new window using chrome.windows.create, passing the tabId. The tab will be detached from its previous window, and attached to the new window.

    2. You can rewrite the window.open method, which invokes chrome.tabs.create and chrome.windows.create to create a new popup window.
      A global rewrite can be done by detecting page loads using chrome.tabs.onUpdated, with status=="complete", then use chrome.extension.getViews to change the window.open method. Make sure that you create a cached version of the window onject, so that the original method is still available when necessary.

    These are the necessary information + documentation links which help you to create the desired functionaily. Good luck 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Asked the same question here but got no answer, so I'm trying here instead
I asked a similar question here a while back but all the answers were
This question is similar to the one i asked here . But its related
I have asked a similar question previously but it was never resolved so here
A similar question was asked here , but the answers generally all seem to
There was a similar question asked here three years ago, but I want to
I realize that there was a similar question asked here , but this is
I'm afraid very similar question has been asked already here , but for some
A somewhat similar question was asked on here but the answers did not help.
I see there is a similar question asked here but I don't think it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.