如何为 IE 编写插件
IE开发工具栏是一个可以与浏览器停靠或分离的插件。 我知道在 IE 中做到这一点比在 Firefox 中困难得多。
- 如何创建 IE 插件?
- 有哪些语言可以用于此任务?
- 如何制作 Hello World 插件?
The IE Developer Toolbar is a plugin that can dock or separate from the browser. I understand its much more difficult to do this in IE than in Firefox.
- How does one create an IE plugin?
- What languages are available for this task?
- How can I make a Hello World plugin?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 http://www.enhanceie.com/ie/dev.asp 了解我的最爱有关此主题的资源。
See http://www.enhanceie.com/ie/dev.asp for my favorite resources on this topic.
以下一些资源可能会帮助您创建浏览器帮助程序对象 (BHO)。
http://petesearch.com/wiki/(已存档)< /a>
http://www.hackszine.com/blog/archive /2007/06/howto_port_firefox_extensions.html
http://msdn.microsoft.com/en-us/library/ms182554(VS.80).aspx
http://www.codeplex.com/TeamTestPlugins
Here are a few resources that might help you in your quest to create browser helper objects (BHO).
http://petesearch.com/wiki/ (archived)
http://www.hackszine.com/blog/archive/2007/06/howto_port_firefox_extensions.html
http://msdn.microsoft.com/en-us/library/ms182554(VS.80).aspx
http://www.codeplex.com/TeamTestPlugins