How to pass data from content-script to page-level?
问题 I'm injecting all my js code to front page, but it needs pictures for ui and stuff, that can be imported only with the help of chrome.extension.getUrl and can be called only from content-script, so I've found tons of advices how to pass data to content page, and nothing of about how pass data back, is it possible at all? My code now looks like this: my js code, that will be injected with other code: var Content = {}; $(document).contentReady = function(content) { Content = content; $(document