Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

294
Visualizações
Browser Extension - Open Background Page on browser_action

I want to create a browser extension, that simply opens the extensions background page, when I press on the extension's icon in the toolbar. The problem is, that when I add the browserAction listener to the toolbar icon in a script on the background page, it gets triggered again when I open the background page, so when I click the icon again, it opens 2 new tabs and so on...

file tree: click to view image

manifest.json

  "manifest_version": 2,
  "name": "Easy Films",
  "version": "1.0",

  "permissions": [
    "tabs"
  ],

  "browser_action": {
    "default_title": "Easy Films",
    "default_icon": "icons/browser_action.png"
  },

  "background": {
    "page": "background/index.html"
  }
}

background/index.html

<html>
  <head>
  </head>
  <body>
    <h1>Content will be added</h1>
    <script src="script.js"></script>
  </body>
</html>

background/script.js

function onStartup() {
  browser.browserAction.onClicked.addListener(onClicked);
}

function onClicked() {
  browser.tabs.create({
    url: location.href
  });
}

browser.runtime.onStartup.addListener(onStartup);
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Have you tried using start_url or scope?

"manifest_version": 2,

"name": "Easy Films",

"version": "1.0",

"start_url": "/",

"scope": "/",

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda