I enjoy developing chrome extensions. After I added a panel to an extension, I aimed to display messages sent from a web page. To make my story short, I want to make one-way communication from a web page to an extension, and eventually render the message in the panel. I have my folder and files structures in git repository below.
https://github.com/iminsik/chromeExtension/tree/master/SendMessageToExtension
Thanks for your help in advance!