문제

I need to send a string from my Firefox Extension to my C# application.

I use the add-on builder (https://builder.addons.mozilla.org/addon/new).

Can i get some HelloWorld?

도움이 되었습니까?

해결책

You could write to a file from your extension then read from it in your C#. To write the file in addon-sdk you can use io/file

There is a simple example in this post: HTML5 File API in Firefox Addon SDK

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top