Hello World Internet explorer extension (add-on)
问题 After I developed chrome extension I want to develop my first Intenet Explorer 11 addon, I wrote a code based on this answer. When I run the project it looks like I was succeded to create a add-on: Under Settings-->Manage add-ons I can see my add-on: But how do I show "Hello world" message (I only want to test that the my extension really work even a console.log message) What I did: I opened a class library project (.NET Framework 4.6.1) Added reference to mshtml and to SHDocVw and to System