vue-cli-plugin-browser-extension icon indicating copy to clipboard operation
vue-cli-plugin-browser-extension copied to clipboard

Browser extension development plugin for vue-cli 3.0

Results 55 vue-cli-plugin-browser-extension issues
Sort by recently updated
recently updated
newest added

I am trying to figure out how to communicate between background script and the popup. I want to send a message from the background to popup, so that it can...

**Describe the bug** Vue ui goes idle after a few minutes of no activity **To Reproduce** Setup a new vue-cli project. Add this package as a plugin. Start the serve...

I've installed the plugin (v0.22.5) on the fresh setup of Vue CLI and the serve command builds the files successfully. The extension loads and displays `[ WER: Connected to Extension...

**Describe the bug** While trying to load the 'build' directory file into the chrome extension plugin management was showing the following errors: 1- Location used, but default_locale was not specified...

Hi, both content and background scripts run twice. This is indicative with default boilerplate, as the console output in both is TWICE (duplicate). Is this repository maintained? can we depend...

Hey Guys, Thanks for this great `repo` total appreciation. I'v noticed that when I choose the option to add the `content-script` it doesn't generate the code in `manifest.json` I have...

I wanted to do some customization regarding compilation but in the root I did not find any webpack config. I wanted to remove babel loader and use typescript loader.

`yarn build` was working for me, but it stopped working just today for some reason. I am getting the following error: ``` ERROR Failed to compile with 2 errors 2:03:17...

When `key.pem` file is not present, we get this warning. ``` No `key.pem` file detected. This is problematic only if you are publishing an existing extension` ``` However, if user...

Live reload support for extension pages, like popup and options page, was released in [webpack-extension-reloader v1.1.1](https://github.com/rubenspgcavalcante/webpack-extension-reloader/commit/d5e3cf7d6b9948ad7171eff4ceee4bcf43cbe56e) This ticket is for adding the extension pages to the `webpack-extension-reloader.options.entries.extensionPage` option, and updating...