Chrome 扩展程序自动更新

发布于 2024-11-30 19:28:08 字数 490 浏览 1 评论 0原文

我为 chrome 创建了一个扩展,我想更新自己。但是,我无法这样做。有人可以告诉我我的错误吗?

manifyst.json:

"update_url":"http://myhost.com/update.xml",
"version":"0.0.5.0"

update.xml:

<gupdate xmlns="http://www.google.com/update2/response" protocol="2.0">
<app appid="apoelbpnfhemjmnfkejmnfmdfhfhblii">
<updatecheck codebase="http://myhost.com/extension.crx" version="0.0.5.1"/>
</app>
</gupdate>

抱歉,如果我犯了错误,但我的母语不是英语。

I created an extension for chrome and I would like to update themselves. However, I am unable to do so. Someone could tell me my mistake?

manifiest.json:

"update_url":"http://myhost.com/update.xml",
"version":"0.0.5.0"

update.xml:

<gupdate xmlns="http://www.google.com/update2/response" protocol="2.0">
<app appid="apoelbpnfhemjmnfkejmnfmdfhfhblii">
<updatecheck codebase="http://myhost.com/extension.crx" version="0.0.5.1"/>
</app>
</gupdate>

Sorry if I made mistakes, but I'm not native English.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

口干舌燥 2024-12-07 19:28:08

几个建议...

我认为 update.xml 应该在顶部有 (如果还没有的话! )

在您的示例代码中,代码库值将 myhost.com 作为主机 - 这在“真实”update.xml 中是否正确?

上面的版本在manifest.json和update.xml之间是不同的——这是故意的吗?

Couple of suggestions...

I think update.xml should have <?xml version='1.0' encoding='UTF-8'?> at the top (if it doesn't already!)

In your sample code, the codebase value has myhost.com as the host -- is this correct in the 'real' update.xml?

The version above is different between manifest.json and update.xml -- is that deliberate here?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文