-
https://github.com/yeoman/generator-chrome-extension is one option. Others to consider?
-
Open console and see this error:
`Reload server disconnected.
Please check if the WebSocket server is running properly on ws://localhost:8081. This feature detects changes in the code and helps the …
IzaGz updated
1 month ago
-
Looks like new changes Gmail broke many functionality in gmail-js.
For example `this.gmail.observe.before("send_message", () => handler())` stopped working.
I can see the following messages in …
-
I'm following the ReadMe installation instructions for installing the boilerplate. I've ran the npm install and build steps and have loaded the extension into chrome. I've attached my console log.
…
-
During TPAC 2024 (#659), we discussed the topic “there is not a good way to bootstrap state in the listener” in the context of background scripts. The outcome of the discussion is that we need an API …
-
Hi,
I was wondering if you could add support for offscreen script https://developer.chrome.com/docs/extensions/reference/offscreen/
Thanks for the awesome boilerplate !!
-
While I've been working on supporting react-redux into `extension-boilerplate`, found a interesting project from [react-chrome-redux](https://github.com/tshaddix/react-chrome-redux). It looks very rea…
-
### What happened?
I tried to create new plasmo project and install the library and got the error in both cases
```
npm install plasmo
```
```
npx create plasmo ext-name
```
I run it ins…
-
A line in the manifest file may pose security issue due to relaxed content security policy.
https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate/blob/d764ce1405b5ce3af84a362947bd1f5…
-