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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T14:22:32+00:00 2026-05-21T14:22:32+00:00

I am new to Chrome extension. I have a question about how to make

  • 0

I am new to Chrome extension. I have a question about how to make the extension to open a “Help” page automatically after installation. Currently, I am able to check whether the extension is running the first time or not by saving a value into localStorage. But this checking is only carried out when using click the icon on the tool bar. Just wondering if there is a way that likes FF extension which uses the javascript in to open a help page after the installation. Thanks.

Edit:
Thanks for the answer from davgothic. I have solved this problem.
I have another question about the popup. My extension checks the url of current tab,


if OK(url){
//open a tab and do something
}
else{
//display popup
}

Is it possible to show the popup in this way?

  • 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-21T14:22:33+00:00Added an answer on May 21, 2026 at 2:22 pm

    UPDATE: This method is no longer recommended. Please see Nuhil’s more recent answer below.

    I believe what you need to do is put something like this into a script in the <head> section of your extension’s background page, e.g. background.html

    function install_notice() {
        if (localStorage.getItem('install_time'))
            return;
    
        var now = new Date().getTime();
        localStorage.setItem('install_time', now);
        chrome.tabs.create({url: "installed.html"});
    }
    install_notice();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have make a new dropdown navi in css . Chrome, firefox, safari is
I created a chrome extension to make things easier at work. We have a
I have a background page in a Chrome extension that makes requests to a
I have a Chrome extension that has some links in it. Currently when clicked
Two questions about storage permission for Chrome extensions. I have a published extension. If
I try to open a new tab of Firefox extension (URL starts like chrome://xxx/content
I am making a chrome extension and I have a popup.html page that contains
I am trying to attempt my first Google Chrome Extension and have a question.
Happy new year :) I have a Chrome extension which is a popup that
I have a chrome extension that very simply injects CSS before a page loads.

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.