2

I have an idea for an extension that I would like to try to implement across all of the major browsers. Currently Chrome, Opera, and Safari all implement extensions more or less the same way (HTML and Javascript... basically a pseudo web page), and Firefox is capable of emulating this.

That leaves the "old reliable" Internet Explorer to deal with. Is it possible to implement an extension in it that can act akin to how extensions act in Chrome, Opera, and Safari? I would want as identical an experience as possible across all the browsers.

Kevin
  • 2,617
  • 29
  • 35

1 Answers1

0

Use Chrome Frame, it will cover Google Chrome and Internet explorer.

http://code.google.com/chrome/chromeframe/

Franz Payer
  • 4,069
  • 15
  • 53
  • 77
  • 1
    Not what I'm looking for. I'm specifically talking about extensions, and whether or not they can be built for Internet Explorer like they are for Chrome (button on the address bar, pressing it reveals a pseudo-web page). – Kevin Feb 05 '11 at 09:07