问题
I have written some application in c# .net and I want it to be able be called from Firefox like an add-on. Add some button in Firefox menu and when it pressed my application is launched.
Is it possible to be done ? If so can you refer me to some tutorial how those things are done .
回答1:
.NET cannot be used to write extensions for FireFox. You could build an extension which runs your .NET application as a separate process.
来源:https://stackoverflow.com/questions/4117095/creating-firefox-add-ons