0

In my chrome extension i have an extra page, that is open via

window.open(chrome.extension.getURL("manager.html")); 

On that page i would like to use some functions of my content script. But it seems the content script is not loaded at all on that page?

4

1 回答 1

0

只需使用<script>标签将您的脚本包含到额外的页面中。

于 2013-09-17T16:20:42.050 回答