There is a PHP web-app for which we have developed a chrome extension for easy accessing some of apps functionality without really switching to actual app.
Now I want to do the same for IE. The minimum IE version can be 8. I goggled the web for the guides and techniques for creating an IE toolbar extension, but all I got is to create an extension using Visual Studio in C#,VB.NET and C++. So this means, I need to code my application from scratch in one of the supported languages.
So is there any way by which I either I can convert my chrome extension to IE or can use PHP for developing IE(if coding from scratch is the only solution)
Any help will be greatly appreciated.
Thanks!!