【发布时间】:2013-01-19 09:14:00
【问题描述】:
正如 Google 所说的 here,如果您将 Chrome 应用程序托管在 Google 服务器中,则无需指定任何内容。但是为什么我分析的所有扩展在他们的 manifest.json 中都有这个代码。我是否也应该在我的 chrome 扩展清单中编写此代码?
"update_url": "http://clients2.google.com/service/update2/crx",
正如我所说,我将使用 chrome 网上商店上传和分享我的应用
【问题讨论】:
标签: javascript html json google-chrome google-chrome-extension