如何在网站上创建链接/按钮来下载和安装浏览器扩展
我正在为一家公司创建一个网站,该公司拥有 Google Chrome、FireFox 和 Opera 的浏览器扩展。网站用户可以从一个页面下载并安装这些扩展。但是我不确定这在技术上应该如何运作。我应该创建什么样的链接/按钮供用户下载这些扩展?
I'm creating a web-site for a company which has browser extensions for Google Chrome, FireFox and Opera. And there's a page from where the site users are intended to download and install those extensions. However I'm not sure how this should technically work. What kind of links/buttons should I create for the users to download those extensions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您要自己托管 crx,您应该查看这两个链接....
http://code.google.com/chrome/extensions/hosting.html
http://code.google.com/chrome/extensions/autoupdate.html
如果您要使用网上应用店来托管您的扩展程序,那么您应该查看此链接....
http://code.google.com/chrome/webstore/docs/inline_installation.html
If your going to host the crx yourself you should look at these two links....
http://code.google.com/chrome/extensions/hosting.html
http://code.google.com/chrome/extensions/autoupdate.html
If your going to use the Web Store to host your extension then you should look at this link....
http://code.google.com/chrome/webstore/docs/inline_installation.html