Hi
My extension uses omnibar keyword. When user enters a specific keyword and a command, i open a javascript popup in the current tab by using the following code from my background page..
Where popup.js file contains the code to create and display the popup.Code:chrome.tabs.executeScript(null, {file: "popup.js"});
But, the javascript popup needs to show some dynamic text. So, i need to pass that dynamic text from the background page to popup.js file. How do i do that?
Thanks.


LinkBack URL
About LinkBacks



Reply With Quote
