You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/extensions/developer-guide/port-chrome-extension.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ To port your Chrome extension:
16
16
17
17
1. Review the Chrome extension APIs used in your extensions with the Microsoft Edge extensions [supported APIs](api-support.md) list.
18
18
19
-
If your extension uses APIs that aren't supported by Microsoft Edge, it might not port directly.
19
+
If the extension uses APIs that aren't supported by Microsoft Edge, it might not port directly.
20
20
21
21
1. Remove the `update_url` field from the manifest file.
22
22
23
-
1. If `Chrome` is used in either the name or the description of your extension, rebrand your extension using `Microsoft Edge`. To pass the certification process, the changes are required.
23
+
1. If `Chrome` is used in either the name or the description of your extension, rebrand the extension using `Microsoft Edge`. To pass the certification process, the changes are required.
24
24
25
-
1. Test your extension to check if it works in Microsoft Edge by [sideloading your extension](../getting-started/extension-sideloading.md).
25
+
1. Test the extension to check if it works in Microsoft Edge by sideloading the extension. See [Sideload an extension to install and test it locally](../getting-started/extension-sideloading.md).
26
26
27
-
1. If you face any issues, you can debug your extensions in Microsoft Edge by using the DevTools, or [contact us](mailto:[email protected]).
28
-
29
-
1. Follow the [publishing guidelines](../publish/publish-extension.md) to publish your extension at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com).
27
+
1. If you encounter any issues, you can:
28
+
* Debug the extension in Microsoft Edge by using DevTools; see [Overview of DevTools](../../devtools/overview.md).
29
+
*[Contact the Microsoft Edge extensions team](../contact.md).
0 commit comments