How to get started with developing Internet Explorer extensions?

前端 未结 11 916
执念已碎
执念已碎 2020-11-22 08:41

Does anyone here have experience with/in developing IE extensions that can share their knowledge? This would include code samples, or links to good ones, or documentation on

11条回答
  •  耶瑟儿~
    2020-11-22 09:31

    Another cool approach would be to check out:

    http://www.crossrider.org

    It's a framework based on JS with jquery which lets you develop browsers extensions for IE, FF and Chrome using a single common JS code. Basically the framework does all the nasty work and you're left with writing your applications code.

提交回复
热议问题