Girish Dubey 1 Posted March 30, 2018 Report Share Posted March 30, 2018 I am going to create a Extension for internet explorer but i am not able to understand how to start creating Extension for internet explorer. Quote Link to post Share on other sites
Ingolme 1,021 Posted March 30, 2018 Report Share Posted March 30, 2018 All I can recommend is to search for documentation that will help you build extensions. Here's documentation for Internet Explorer: https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa753620(v%3dvs.85) Here's documentation for Microsoft Edge: https://docs.microsoft.com/en-us/microsoft-edge/extensions/guides/creating-an-extension Internet Explorer is a complicated system to develop for, I would recommend building an extension in any other browser except Internet Explorer. Chrome is probably your best option for extensions because it is the most widely used browser and works on all platforms. If you were trying to build the same extension for all browsers, just build it for Edge instead of Internet Explorer. Quote Link to post Share on other sites
Girish Dubey 1 Posted April 1, 2018 Author Report Share Posted April 1, 2018 On 3/31/2018 at 2:02 AM, Ingolme said: All I can recommend is to search for documentation that will help you build extensions. Here's documentation for Internet Explorer: https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa753620(v%3dvs.85) Here's documentation for Microsoft Edge: https://docs.microsoft.com/en-us/microsoft-edge/extensions/guides/creating-an-extension Internet Explorer is a complicated system to develop for, I would recommend building an extension in any other browser except Internet Explorer. Chrome is probably your best option for extensions because it is the most widely used browser and works on all platforms. If you were trying to build the same extension for all browsers, just build it for Edge instead of Internet Explorer. thanks for your replay. can you give me a link to develop a extension for fill form dynamically. and which editor i can use to develop. can i use visual studio 2015. Quote Link to post Share on other sites
Girish Dubey 1 Posted April 1, 2018 Author Report Share Posted April 1, 2018 Sir i wanted to develop a extension for internet explorer 9 to fill opened form dynamically using extensition and the data i can configure in extension any time. so please suggest me how i can develop this extension step by step because i am new in explorer development. Quote Link to post Share on other sites
justsomeguy 1,135 Posted April 2, 2018 Report Share Posted April 2, 2018 Please don't create duplicate topics. The same people answer topics, you're not going to get a different reply from a different person just because you decide to ask the same question again. You're going to get the same answer. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.