aklinker1 / vite-plugin-web-extension

Vite plugin for developing Chrome/Web Extensions
https://vite-plugin-web-extension.aklinker1.io/
MIT License
537 stars 46 forks source link

docs: Add a note about running popup in a separate browser window #179

Closed altrusl closed 4 months ago

altrusl commented 4 months ago

A small note that it is possible to work with popup.html not via action button, but directly in the browser window, as with a normal web application. I checked it out on Vue - works fine.

aklinker1 commented 4 months ago

Thanks for the PR, but the use case for this is limited. If you use any web extension API in the vue app, it will crash. So I'm hesitent to recommend people do this.