Add-in Express for Internet Explorer and Microsoft .net
只需单击几下即可创建用于 Internet Explorer 6 (32 位)、IE 7 – IE 11 (32 位和 64 位) 的线程安全、安全、隔离、可部署和与上下文有关的加载项。
由以下开发商制作:Add-in Express
ComponentSource开始代理销售的日期:2006年
Now you can develop enterprise-grade extensions for Internet Explorer 6 through 10, 32-bit and 64-bit, using VS 2012 and .NET Framework 4.5. Add-in Express fully complies with Visual Studio 2012 UI guidelines and extends the IDE with ready-to-use project templates, wizards and components that largely simplify the development of powerful and stable browser extensions.


Customize Internet Explorer without the need to learn the IE SDK. Add-in Express supplies components to customize the Internet Explorer UI with your own Explorer bars, toolbars, menus and context menus. Use a component to intercept keyboard shortcuts and handle HTML events. This Rapid Application Development approach reduces your development and debugging time at least by half.


Add-in Express is entirely based on the IE add-on API and IE SDK. It implements all necessary COM-interfaces by means of native .NET components and supplies a pure .NET API for writing and deploying IE add-ons. This makes development more comfortable and deployment much easier than using the Internet Explorer SDK.

图像1/5
In contrast to the IE SDK, which offers disembodied solutions based on ActiveX objects or scripts for commands, toolbars, explorer bars etc. Add-in Express integrates everything in one project with a lucid, easy-to-understand architecture and an interaction model with Internet Explorer. You needn't follow the IE SDK way with separate ActiveXs, script files and registry keys.


Add-in Express eliminates the necessity to realize each command as a separate COM object and register it in a separate registry key. It integrates all your commands in one collection (the Commands collection of the IE Module) with its visual designer. Add-in Express contains command events and registers all commands itself. So, you use visual designers and components for customizing the Internet Explorer menu, toolbars or side-bars, and for accessing Internet Explorer objects and their events. In addition, all your add-ons are script-enabled.


Add-in Express includes version-neutral IE interop assemblies based on the Internet Explorer 6 type library. With these assemblies you make your add-ons compatible with the most popular Internet Explorer versions - IE6, IE7, IE8 , IE9 and IE10. One code, one project, one solution, one deployment package for all versions of Internet Explorer.


Each of your Add-in Express solutions is msi-based and web-enabled. Just build your IE extension and its setup project and publish the resulting msi to your deployment server.

