1

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?

abraham
  • 46,583
  • 10
  • 100
  • 152
cycero
  • 4,547
  • 20
  • 53
  • 78

1 Answers1

1

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

PAEz
  • 8,366
  • 2
  • 34
  • 27