Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

245
Vistas
How to create a Popup window in an extension?

I tried to create a popup window in the extension that I pull through GreasyFork, but since there is only JS there, I can’t bring the window to the output. How can I create a popup window in js?

I tried to wrap it in a function and substitute it in my own execution conditions, but how to attach the rest? if they are not considered in js? enter image description here I also tried that, but it doesn't work either enter image description here

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

İf you want open a new window:

chrome.windows.create({
   url: 'popup.html',
   type: 'popup', width: 400, height: 400,
});

İf you want open with on new tab:

chrome.tabs.create({ url:"popup.html" });

But you must add "tabs" permission to use this method.

about 4 years ago · Juan Pablo Isaza Denunciar

0

You should handle this in the manifest file. read this

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda