Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.75 KB

File metadata and controls

39 lines (29 loc) · 1.75 KB
ms.assetid description title author ms.author ms.date ms.topic ms.prod keywords
6ee5a2d7-0f67-4d3c-85e6-57c16f3aec52
Microsoft Edge extension developer guides about topics such as porting Chrome extensions to Microsoft Edge and debugging extensions.
Extensions - Guides
MSEdgeTeam
msedgedevrel
12/16/2019
article
microsoft-edge
edge, web development, html, css, javascript, developer

Guides

[!INCLUDE deprecation-note]

Accessibility

To ensure your extension's icon is visible while in both light and dark mode, follow the accessibility guide.

Adding and removing extensions

Learn how to add and remove extensions, as well as move an extension's button next to the address bar.

Creating an extension

Get started with creating extensions by following a couple tutorials and learning the basics.

Debugging extensions

With F12 Developer Tools, learn how to debug an extension's background script, content scripts, and extension pages.

Design

Learn about the design aspects of extensions including the various icon sizes you need and where these icons appear.

Internationalization

Make your extension accessible for different languages and test your language strings with the internationalization guide.

Packaging

Once you've completed your extension, learn about the final steps needed to package it.

Porting Chrome extensions

See how to easily port your Chrome extension to Microsoft Edge using the Microsoft Edge Extension Toolkit.