ieaddon

how to develop internet explorer add-on

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

Is that possible to create IE toolbar using WPF?

I just start learning WPF, is that possible I can create an IE toolbar by using WPF, if so, is there any document about how to do that? Thanks a lot. ...

Is there a way to port a chrome extension to other browsers?

Is there a way to port a chrome extension to other browsers, without having to entirely re-write the code? My chrome extension uses the browser_action command to open "popup.html" in the extension window... Update: I found this and found it only somewhat helpful for porting... ...

How to make an addon like Firebug?

Hello Experts I am basically a dotnet developer(beginner). I need to make an IE addon just like Firebug in Firefox. I need HTML and CSS features of Firebug, don't need the other features. I would like to know where should I start with and which platform should I choose. I would prefer dotnet, but if not possible can go for others as wel...