how to develop internet explorer add-on

若如初见. 提交于 2019-12-03 02:51:53

问题


Can we create add-on for IE? If yes where can i find required resources/docs?


回答1:


Some references,

  • At MSDN blogs -- Writing IE AddOns,
  • The Business of Software recent discussion

A New IE Add-on Site -- reference.

The site has two objectives: to make it easier for users to find valuable add-ons and to promote our partners who develop add-ons.

You can have your add-on included by submitting it through the Internet Explorer Add-on site and you no longer have to be a member of the Microsoft Partner program to be included.


Add-on-CON blog.




回答2:


You can use Microsoft's SpicIE which wraps all the com features of IE, so you can simply develop your own extensions (toolbars, context menu items, etc) using managed code (such as c#, vb.net)

http://code.msdn.microsoft.com/SpicIE




回答3:


You can just develop a Google Chrome extension (easy peasy Japanesey and great documentation) and use the Google Chrome "IE Tab" extension to test IE functionality.




回答4:


This is a good reference from Eric Law (Microsoft) in the different ways to develop Internet Explorer add-ons. Be sure to install the IEToys linked in the post to see some DHTML examples with source code.

Powering up with Internet Explorer Extensibility: http://blogs.msdn.com/b/ie/archive/2005/09/06/461675.aspx

Enhance IE Add-on Development: http://www.enhanceie.com/ie/dev.asp

IEToys: http://www.bayden.com/ietoys/




回答5:


For anyone wondering about this in 2018 or later, they don't really have a way to upload your extension to ie11. You can make one for Edge though.



来源:https://stackoverflow.com/questions/1237078/how-to-develop-internet-explorer-add-on

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!