I am working on a simple chrome extension and cannot find a way to:
- send an event from the chrome extension
- listen to the event on the active tab and react to it
is there any way to do this or is it considered bad practice?
I tried using the window
object but the extension lives in a sandbox environment with its own window object