Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

87
Views
Google Extension Edit Address Bar Content

I have built a Chrome extension that edits the new tab page by replacing it with the index.html of my site. The only problem is that the address bar shows https://example.com/index.html/. How can I make the address bar blank, or edit it to something like Search here?

I tried to edit my site's code such that on page load, the text is edited, but it changes to https://example.com/search-here.html/.

Is there any Chrome extensions permission/property I can use, or some other thing I can do on the server end?

Thank you:)

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

It seems like you need to register an override page in the extension manifest.

Override pages are a way to substitute an HTML file from your extension for a page that Google Chrome normally provides. In addition to HTML, an override page usually has CSS and JavaScript code.

Here’s an example from the docs:

{
  "name": "My extension",
  ...

  "chrome_url_overrides" : {
    "pageToOverride": "myPage.html"
  },
  ...
}

For pageToOverride, substitute one of the following:

  • bookmarks
  • history
  • newtab
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!