Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个仅供内部使用的 Google Chrome 扩展程序(即我和一个开发人员朋友将使用开发人员复选框加载它)。我可以从我们定期更新的 JSON 文件/JS 文件中加载数据,而无需(为方便起见)每次都使用该数据重新打包和重新加载扩展程序吗?
(我尝试过将 http-localhost url 包含到清单 json 和动态 js 嵌入但没有成功。)谢谢!
我想你正在调查:
https://developer.chrome.com/extensions/xhr.html
您需要在清单上设置权限才能跨域XMLHttpRequest
XMLHttpRequest