jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project
MIT License
2.14k stars 388 forks source link

popup: How can I define a popup.html for the extension? #71

Open zzacharo opened 7 years ago

zzacharo commented 7 years ago

How can I use a popup react page and communicate with chrome messages with my inject script?

HaveF commented 6 years ago

it has no relation with this repo :-) see doc of chrome, chrome.runtime.sendMessage things, I can not remember exactly.