سؤال

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