使用NativeMessaging进行边缘扩展

时间:2017-04-20 05:55:41

标签: uwp microsoft-edge browser-extension

我有一个带有本机消息支持的边缘扩展,它与系统中运行的uwp应用程序通信。是否必须在uwp app的appx文件夹中打包扩展。如果没有,那么我们如何在边缘扩展商店中上传扩展名。

我关注了secureInput示例:

https://github.com/MicrosoftEdge/MicrosoftEdge-Extensions-Demos/tree/master/SecureInput

他们将扩展名放在UWP应用程序的Appx文件夹中。我将如何在边缘扩展商店中上传扩展程序。

1 个答案:

答案 0 :(得分:0)

要使扩展与UWP应用程序通信 - 扩展和UWP的某些运行时组件必须打包在同一个Appx包中。请阅读此处的文档:https://docs.microsoft.com/en-us/microsoft-edge/extensions/guides/native-messaging

此外,通过Visual Studio创建符合Store的包更容易。