Is there documentation or an SDK for Microsoft Edge extensions yet? [closed]
Asked Answered
A

2

8

Is there any published documentation or an SDK for writing extensions for Microsoft Edge? If so, I can't find it. If not, is there an ETA when this might be available? It would be nice to get a jump on this before the Windows 10 release.

Antennule answered 14/5, 2015 at 10:55 Comment(2)
I still haven't seen anything... hmmmm.....Bib
this video can be helpful : channel9.msdn.com/events/WebPlatformSummit/edgesummit2016/…Slopwork
A
11

Yes, there is now an API with all the wonderful documentation thereunto appertaining: Microsoft Edge API reference


Old Answer:

In short, no, not yet.

Your best bet for this is to visit Microsoft's website for the browser, which has sections devoted to developers. They have a roadmap for feature support, as well.

As of their latest rundown, Microsoft Edge will not support extensions on day one of Windows 10's release, and there's no exact date or ETA on when they will arrive. Current estimates point to sometime after the first big update, which means sometime in 2016.

What we do know is that previous extension methods, such as ActiveX and BrowserHelperObjects (BHOs) will not be supported in Edge. Instead, Microsoft is moving toward Chrome-like extensions, which rely heavily on HTML and JavaScript.

Also, browser extension support on Windows 10 Mobile will be coming later this fall, which means we can assume extensions for Edge on Windows 10 will be enabled and documented before that time.

There is a hands-on review by TechRadar that goes into a bit more depth regarding extensions, tabs, processes, memory management, and security, if you're interested in those topics.

(I have no affiliation with Microsoft or TechRadar)

Aylesbury answered 14/5, 2015 at 18:1 Comment(0)
C
6

For up-to-date information, see Microsoft-Edge-Extension Tag

Updated (05/12/2016)

Microsoft Edge has updated their documentation, including Accessibility,Internationalization, and etc.

Updated (04/07/2016)

Microsoft Edge has released Extension API roadmap, Supported apis and Supported manifest keys

Yesterday (3/17/2016),

Microsoft Edge extension began to be available to preview

Today, we’re happy to announce that the first set of extensions for Microsoft Edge are now available to preview via the Windows Insider Program. You can try out extensions starting in build 14291, which was released today to the Fast ring.

For the documentation, there are limited resources public at present, take a look at Microsoft Edge Extensions.

Clayborn answered 18/3, 2016 at 0:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.