Is it possible to call a function in the chrome plugin from regular website ?
Asked
Active
Viewed 2,167 times
0
-
Have you looked at https://developer.chrome.com/extensions/content_scripts#host-page-communication – Teepeemm Jun 24 '15 at 00:32
1 Answers
2
You can fire an event in a regular website and have the context script listen for it. See this entry: Chrome extension: have an extension listen for an event on a page?