Building an Internet Explorer Extension/Add-On?

我们两清 提交于 2019-12-02 18:44:42

JP,

One of the main issues that makes IE extensions hard to develop is the need to develop with C, or .NET.

On the other side, FF and Chrome use (to some extent) JS, which is easier, and has a much lower entrance barrier (How many C "web developers" do you know?).

This is one of the issues / obstacle Crossrider is here to solve. You can create your first IE plugin within minutes. It will save you a lot of research and development time, and you can write your code with Javascript.

On top of that, if you plan this plugin/extension to also work for browsers other than IE then you can develop a cross browser extension once, using an extensive unified API, and we will make it work for Chrome and Firefox.

Chrome and Firefox each one gets a a native extension file (CRX and XPI respectively) while IE a special EXE engine to run your app.

(Disclaimer: I'm a co-founder of Crossrider)

JP Richardson

The same question that was asked two years later has the necessary answer. Everyone should refer to this question now: How to get started with developing Internet Explorer extensions?

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