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

153
Views
Chrome Extension only opens options and not Popup

I am trying to create a basic chrome extension that just displays what is in the HTML code when clicked on. Right now it only opens up the extension options when clicked.

The html file loads on chrome://extension:extensioname/popup.html

<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="button.css">
    
  </head>
  <body style="background-color: #10142c">
    <div class="container mt-3" style="width: 450px;">
    <table width=100% height=100%> 
        <tr>
            <td style="text-align: center; vertical-align: middle;">
                <img id="button" src="dn.png" width="250px" />
                </div>
            </td>
        </tr>
    </table>
    </div>
    <script src="index.js"></script>
  </body>
</html>

manifest.json

{
    "name": "Title",
    "version": "1.0.0",
    "description": "description..",
    "manifest_version": 3,
    "author": "Ted",
    "browser_action":{
        "default_popup": "popup.html",
        "default_title": "title"
    }
}

Result when clicking on the extension just opens this menu:

Screenshot

about 4 years ago · Juan Pablo Isaza
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!