【问题标题】:Edge Extension with NativeMessaging带有 NativeMessaging 的边缘扩展
【发布时间】:2017-04-20 05:55:41
【问题描述】:

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

我遵循了secureInput示例:

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

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

【问题讨论】:

    标签: uwp microsoft-edge browser-extension


    【解决方案1】:

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

    此外,通过 Visual Studio 创建符合商店要求的包会容易得多。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-02-16
      • 1970-01-01
      • 2018-08-24
      • 1970-01-01
      • 2021-12-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多