Delivering a message via chrome.tabs.sendMessage() to a specific frame on a tab
Delivering a message via chrome.tabs.sendMessage() to a specific frame on a tab
Subject
I am creating a chrome extension that requires me to send a message from my event page to a content script that is running on a specific frame
The message passing operation is invoked when a context menu option is clicked. Said option is only available when the element in focus is categorized as editable by the chrome.contextMenusAPI. I need to send it to the innermost frame in which…
View On WordPress










