jhen0409 / react-chrome-extension-boilerplate

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

How to call inject.html from browser action onclick #91

Open esrefozguraltuntas opened 6 years ago

esrefozguraltuntas commented 6 years ago

I could not extend popup.html page. I need to big page than popup.html. What I was thinking, if I call inject.html from button on browser action, Maybe it can be solved but I could not open it.

Could you help me How I can solve this issue