create-react-extension icon indicating copy to clipboard operation
create-react-extension copied to clipboard

Set up a modern React browser extension by running one command.

Results 20 create-react-extension issues
Sort by recently updated
recently updated
newest added

### Is your proposal related to a problem? > Do not delete any of the entry files, this is a convention to remind you what your extensions could be. The...

As you can see here, ![image](https://user-images.githubusercontent.com/34867523/163741858-2beab97f-3b50-4164-8dd0-73e25d925657.png) using self.importScripts('../pathtojavascriptfile.js') is broken. I'm not sure if this is a webpack issue, but using this normally in a background.js script without create-react-extension works....

Thank you everyone for creating this wonderful project. Am starting to create a chrome extension for my side project. I am using tailwind css for my pophtml, which is inside...

### Manifest V2 is being phased out As many of you are aware, Google is doing away with manifest V2. Whether most of us disagree with their decision is irrelevant,...

First if all. I love your work. I was just amazed how easy the extension was created. The only thing i am missing is some configuration options regarding the location...

@VasilyShelkov , I migrated the extension to v3. After migration, hot reload of background js script is broken. When I change background.js file, I see this error in the service_worker...

I've added support for newtab, I have no idea how to test this locally... Perhaps it should also be optional, which would require more work. Any hints how to use/test...

Would it be possible to create multiple content scripts? The use case is needing different permissions on different scripts e.g. one content script is used for post-installation, another for logging...