Lines Matching full:communication
282 <a href="#host-page-communication">Communication with the embedding page</a>
416 <a href="#host-page-communication">communicate with web pages</a>
673 </p><h2 id="host-page-communication">Communication with the embedding page</h2>
699 <p>In the above example, example.html (which is not a part of the extension) creates a custom event and then can decide to fire the event by setting the event data to a known location in the DOM and then dispatching the custom event. The content script listens for the name of the custom event on the known element and handles the event by inspecting the data of the element, and turning around to post the message to the extension process. In this way the page establishes a line of communication to the extension. The reverse is possible through similar means.</p>
769 You can find other simple examples of communication via messages in the