chrome-extension-boilerplate icon indicating copy to clipboard operation
chrome-extension-boilerplate copied to clipboard

Boilerplate code for a Chrome extension using TypeScript, React, and Webpack.

Results 3 chrome-extension-boilerplate issues
Sort by recently updated
recently updated
newest added

There is a `popup` page (built by `popup.tsx`), what if I want to add an "[Options](https://developer.chrome.com/extensions/options)" page?

When opening the popup, this error gets registered for the extension: > Refused to apply inline style because it violates the following Content Security Policy directive: "default-src 'self'". Fresh install...

Hi, Thanks for your work. It's pretty nice! Have you ever thought about adding 'hot-reload' into the function. It would make it much easier to develop and debug.