Can I build a browser (chrome, firefox, etc.) extension with Nuxt JS? If so, then how?

111 Views Asked by At

I want to build a fully functional chrome extension. The extension will have:

  • Popup Window
  • Content Injection
  • Custom NewTab Action
  • Options/Settings Page

I want to build this with Nuxt 3. But, I can't.

I've created an small chrome extension with core JavaScript. But, I don't understand how to create with Nuxt 3. Where to put manifest.json! How to configure popup, etc.

0

There are 0 best solutions below