Windows+VB.Net开发FireFox浏览器扩展(Extension)并实现sendNativeMessage消息示例。
需要在注册表[HKEY_CURRENT_USER\Software\Mozilla\NativeMessagingHosts]下增加一个demo项,默认值为Demo.json的完整路径。否则会出现Attempt to postMessage on disconnected port的错误。
具体详情请参考
https://blog.csdn.net/CityBird/article/details/115013539
https://blog.csdn.net/CityBird/article/details/117417587
1