I have written a JavaScript, which i want to invoke in web page that is currently open in IE11.
Is there any way that i can invoke this JavaScript as extension to IE11 browser.
For example : In chrome i can easily do this by enabling the developer mode in chrome://extensions and click on LoadUnpackedExtensions and upload my project which is created by following the below mentioned link
In the same way I was not able to do for IE11.