0

I have developed the extension for microsoft edge browser.Now i want to pack the extension so that i can publish it. But I have not found any information that how to pack the extension. Can anyone tell me how to pack it.?

TylerH
  • 20,799
  • 66
  • 75
  • 101
  • Possible duplicate of [How to publish Edge extensions on the Windows Store?](http://stackoverflow.com/questions/38803483/how-to-publish-edge-extensions-on-the-windows-store) – Haibara Ai May 03 '17 at 11:54

3 Answers3

1

Currently you can't.

For the Windows 10 Anniversary Update, we are intentionally starting with a small set of extensions. The list of extensions is locked - you can see the list at our extensions page here. We want to be mindful about what extensions are available on the platform and watch for telemetry and feedback and make sure the reliability, performance and functionality of the browser isn’t impacted by these new features. Extension developers can submit a request to https://aka.ms/extension-request to be considered for a future update.

https://developer.microsoft.com/en-us/microsoft-edge/platform/faq/

Elad
  • 1,114
  • 8
  • 15
1

Newly released steps for packaging an Edge extension are available here: https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/extensions/guides/packaging/

As Elad mentions, however, submitting to the Windows Store is still a process managed by Microsoft. Submitting a request to https://aka.ms/extension-request will get you added to the list for future consideration.

scottlow
  • 216
  • 2
  • 9
0

I believe you can use Visual Studio 2015 Community to do it (free download from Microsoft). I've been trying the same thing, but I'm using Windows 7 and it keeps crashing, so I don't know if it's possible from my OS (or even if publishing an "app" is the same as publishing an "extension").

Packaging Apps for Windows 10

Daniel H
  • 443
  • 3
  • 14