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 8017387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:49:52+00:00 2026-06-04T20:49:52+00:00

I need to open a newtab ( that point to a link that show

  • 0

I need to open a newtab ( that point to a link that show how to use my extension ) after installing the extension. How can I do that ?

  • 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-06-04T20:49:53+00:00Added an answer on June 4, 2026 at 8:49 pm

    You can have the background page check for a hasSeenIntro key in local storage on page load, which happens each time the browser loads, and when the browser is installed. If it’s there, the user has seen the intro interstitial, and if not, show them the page (using chrome.tabs.create) then set the key.

    Somewhere in your background.html:

    if (!window.localStorage.getItem('hasSeenIntro')) {
      window.localStorage.setItem('hasSeenIntro', 'yep');
      chrome.tabs.create({
        url: '/help.html'
      });
    }
    

    You could extend this to show an intro for each new major version/feature in the extension, by not only checking the presence/absence of the key in local storage, but the value as well (e.g., last-seen feature page).

    Be careful with this though, it may get annoying to show a page every time the extension updates itself.

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

Sidebar

Related Questions

I have a single url that I need to open it after a specific
I need open source database that I can ship with my commercial application. It
Hey can any one tell me should i need open a port for outgoing
I need to open a new window for my printing can any one let
I need to open a website in fullscreen, in this way I use: webSettings.setLoadWithOverviewMode(true);
I need to open a link from within jQuery but i need to avoid
I have a few links on my site that will need to show a
There's a javascript generated link and I need to make sure the users can't
I'm creating Content management system in asp.net. But I need open source cascading stylesheet
i need to open an Apple unsupported file in my ipad app using Open

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.