React Chrome extension boilerplate using injected content scripts and iframe isolation
A starter project that lets you build Chrome extensions with a React codebase by injecting a React app into pages via content scripts. It includes iframe-based CSS isolation, Chrome messaging, and a configurable webpack build (used with create-react-app/ejected setups). Suited for extensions that render a sidebar or in-page UI without impacting host page styles.
0