在 Chrome 扩展中使用 .JS 文件作为参考库?
我想将所有函数放在 js 文件中,并从扩展中的代码中引用它们,这可能吗?
I want to put all my functions in js file and refer to them from my code in the extension is that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想从 html 使用它:
如果您想从内容脚本引用它们:
如果您想从清单文件引用它们:
更多信息 可在此处获取。
If you wana use it from a html:
If you wanna refer to them from a content script:
If you wanna refer to them from the manifest file:
More info available here.