标签: google-chrome-extension
我正在尝试从background.js调用我的content.js中的函数。我该怎么做?
Content.js
function foo() { alert("Hi"); }
Background.js
main();