Artem Litvinko
Results
1
comments of
Artem Litvinko
> In my popup.js i used to do: `bg = chrome.extension.getBackgroundPage()` to get access to the background page. Then I could do `bg.xxx()` ... Try `chrome.runtime.getBackgroundPage` instead of `chrome.extension.getBackgroundPage` Also...