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

155
Vistas
How Can I get permission to link more files during making of a Chrome Extension?

I am making a chrome extension. As I am a newbie in this, I don't know how to get permission and declare to link two files in manifest.json for a popup extension( one is.html and the other is a .js file). Due to this, without getting permission and declaring always an error is generated.Please help

{
    "name": "YFM (Your Focus Maker)",
    "version": "1.0",
    "manifest_version": 3,
    "description": "To Block Distracting websites,urls etc. and helps to focus on the work",
    "action": {
        "default_popup": "popupyfm.html",
      "default_title": "YFM"
    },
    "background.service_worker": {
      "scripts": ["backgroundyfm.js", "storage.js"]
      
    },
    "optional_permissions": ["tabs", "scripting"],
     "options_page": "table.html",
    "permissions": [
        "tabs",
        "storage",
        "history",
        "activeTab",
        "scripting"
    ]
  }

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