是否可以将 Edge 扩展安装到 UWP 应用程序?
is it possible to install an Edge extension to a UWP app?
我想知道我们是否能够在基于 HTML 的 UWP 应用程序中加载 Edge 扩展。
任何信息都会有所帮助,即使在构建过程中或之后安装也会有所帮助。
Extensions are small programs that can be used to add new features to Microsoft Edge. All the extensions are for Edge, they should not be installed directly on a UWP app.With the Windows 10 Creators Update, Microsoft Edge extensions are able to use native messaging 与配套的通用 Windows 平台 (UWP) 应用进行通信。已尝试使用 UWP 功能来实现您的要求。
我想知道我们是否能够在基于 HTML 的 UWP 应用程序中加载 Edge 扩展。
任何信息都会有所帮助,即使在构建过程中或之后安装也会有所帮助。
Extensions are small programs that can be used to add new features to Microsoft Edge. All the extensions are for Edge, they should not be installed directly on a UWP app.With the Windows 10 Creators Update, Microsoft Edge extensions are able to use native messaging 与配套的通用 Windows 平台 (UWP) 应用进行通信。已尝试使用 UWP 功能来实现您的要求。