How to write FireFox extension with Visual Studio using C# programming language?

后端 未结 4 1780
别那么骄傲
别那么骄傲 2020-12-05 20:04

I was wondering if it\'s possible to write Firefox extension using .Net Framework? Had anybody such experience in writing Firefox extensions using C# programming language? A

4条回答
  •  臣服心动
    2020-12-05 20:38

    As has been observed by other respondents, Firefox extensions are primarily written in Javascript: but you're in luck, because Script# is a free tool that enables developers to author C# source code and subsequently 'compile' it into Javascript.

提交回复
热议问题