Creating firefox add ons

2019-07-30 13:52发布

问题:

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.