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

158
Views
Chrome Extension solo abre opciones y no ventanas emergentes

Estoy tratando de crear una extensión básica de Chrome que solo muestre lo que hay en el código HTML cuando se hace clic en él. En este momento, solo abre las opciones de extensión cuando se hace clic.

El archivo html se carga en chrome://extension:extensionname/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>

manifiesto.json

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

Resultado al hacer clic en la extensión solo abre este menú:

Captura de pantalla

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!