title | description | author | ms.author | ms.topic | ms.service | ms.subservice | ms.date |
---|---|---|---|---|---|---|---|
Port a Chrome extension to Microsoft Edge |
The process of porting a Chrome extension to Microsoft Edge. |
MSEdgeTeam |
msedgedevrel |
conceptual |
microsoft-edge |
extensions |
02/17/2021 |
Microsoft Edge allows you to port your Chrome extension to Microsoft Edge with minimal changes. The Extension APIs and manifest keys supported by Chrome are code-compatible with Microsoft Edge. For a list of APIs supported by Microsoft Edge, see API support.
To port your Chrome extension:
-
Review the Chrome extension APIs used in your extensions with the Microsoft Edge extensions supported APIs list.
[!NOTE] If your extension uses APIs that aren't supported by Microsoft Edge, it might not port directly.
-
Remove the
update_url
field from the manifest file. -
If
Chrome
is used in either the name or the description of your extension, rebrand your extension usingMicrosoft Edge
. To pass the certification process, the changes are required. -
Test your extension to check if it works in Microsoft Edge by sideloading your extension.
-
If you face any issues, you can debug your extensions in Microsoft Edge by using the DevTools, or contact us.
-
Follow the publishing guidelines to publish your extension on Microsoft Edge Add-ons website.
If your extension exchanges messages with a native app by using chrome.runtime.connectNative
, make sure that you set allowed_origins
to chrome-extension://[Microsoft-Catalog-extensionID]
in your native messaging host manifest file. The setting allows the app to identify your extension.
After your extension package is ready to publish in the Microsoft Edge Add-ons website, create a developer account and publish your extension.