构建 Internet Explorer 扩展/附加组件?

发布于 2024-07-29 13:54:04 字数 99 浏览 2 评论 0原文

我想为 IE 7/8 构建一个浏览器扩展。 我想使用.NET 来做到这一点。 您知道我可以参考哪些资源或教程来执行此操作吗? 我还没有发现太多。

谢谢!

I would like to build a browser extension for IE 7/8. I would like to do it using .NET. Do you know of any resources or tutorials that I could reference to do this? I haven't found much.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

又爬满兰若 2024-08-05 13:54:04

JP,

导致 IE 扩展难以开发的主要问题之一是需要使用 C 或 .NET 进行开发。

另一方面,FF和Chrome(在某种程度上)使用JS,这更容易,并且入门门槛低得多(你认识多少C“Web开发人员”?)。

这是 Crossrider 要解决的问题/障碍之一。
您可以在几分钟内创建您的第一个 IE 插件。 它将为您节省大量的研发时间,并且您可以使用 Javascript 编写代码。

最重要的是,如果您计划此插件/扩展也适用于 IE 以外的浏览器,那么您可以使用广泛的统一 API 开发一次跨浏览器扩展,我们将使其适用于 Chrome 和 Firefox。

Chrome 和 Firefox 各自获得一个本机扩展文件(分别为 CRX 和 XPI),而 IE 则获得一个特殊的 EXE 引擎来运行您的应用程序。

(免责声明:我是 Crossrider 的联合创始人)

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)

沫离伤花 2024-08-05 13:54:04

两年后提出的同一问题有了必要的答案。 大家现在应该参考这个问题:
如何开始开发 Internet Explorer 扩展?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文