Creating firefox add ons

2019-07-30 13:33发布

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条回答
走好不送
2楼-- · 2019-07-30 14:19

.NET cannot be used to write extensions for FireFox. You could build an extension which runs your .NET application as a separate process.

查看更多
登录 后发表回答