Chrome 扩展程序的替代更新服务器
On the page http://code.google.com/chrome/extensions/autoupdate.html it is described how to set auto-update for an extension. Is there any possibility to set an alternative *.crx location, when the first server is offline?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不会。但是您可以采取多种措施来延长正常运行时间。例如,您可以将 crx 和 xml 托管在 CDN 上。
No. But there are a number of things you can do to improve uptime. You could host the crx and xml on a CDN for example.