标签: javascript google-chrome-extension
我对Chrome扩展程序背景有疑问。我想使用后台加载其他网站来解析我想要的数据并将其传递给我的标签使用Message API。
但是,我不知道在后台加载网页,我不想使用iframe。 首先,我尝试改变window.location.href,但它没有用。
iframe
window.location.href
有没有人有任何想法? 非常感谢。