How to load packed (but not signed) Edge extension?

跟風遠走 提交于 2019-12-12 04:19:46

问题


I know how to load unpacked Microsoft Edge extension.

Now I have my extension packed (but not signed yet) to a .appx file. Can I load the extension via the .appx file?

I tried to open the .appx file by double-click on it, it shows:

Installation failed
Reason: This one isn't signed with a trusted certificate.

回答1:


Yes, you can install an Edge extension from a package, but it must be signed by the certificate which should be added to the trusted people store as described in the documentation. Well, I see, that you have a problem with signing, so you can try to use this extension sample, which contains .bat file to build a package and sign it (Visual Studio 2015 is required - see the second line of build.bat). I have published this sample to report about the bug. Hope this will help you.



来源:https://stackoverflow.com/questions/45667228/how-to-load-packed-but-not-signed-edge-extension

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!