#create chrome extension with react

How To Build a Chrome Extension Using React
React Summit 2023React Summit 2023
18 min
How To Build a Chrome Extension Using React
Watch video: How To Build a Chrome Extension Using React
This Talk is about building a Chrome extension using React. It covers the setup, permissions, and behaviors of the extension, as well as calling external services and running the extension locally. The Talk also discusses the process of publishing the extension and includes a demo of an email management system. Overall, it provides a comprehensive overview of building and deploying a Chrome extension using React.
Writing Chrome Extensions in React
React Day Berlin 2022React Day Berlin 2022
7 min
Writing Chrome Extensions in React
Today's Talk is about making Chrome extensions in React. The speaker demonstrates a boilerplate project and shows how easy it is to get started. The Talk also explores the components of a Chrome extension and how changes trigger a hot reload.