Skip to content

Publish extension to Microsoft Edge Add-ons #4211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MPThLee opened this issue Jan 20, 2023 · 2 comments
Closed

Publish extension to Microsoft Edge Add-ons #4211

MPThLee opened this issue Jan 20, 2023 · 2 comments

Comments

@MPThLee
Copy link

MPThLee commented Jan 20, 2023

MS Edge is based on Chromium now since 2020 according to Wikipedia, It is compatible with Chrome version without changing core codes. (Some of extension API that related to Google is removed on Edge but doesn't used on here.)

As The browser comes with External store compatiblity especially Chrome Webstore), It's easy to install and use. However, As it is Extetrnal, User need to allow the setting to continue. (See below image)
image

So, Why not to publish the extension on Microsoft Edge Add-ons? It's just CWS but for Edge.

Porting is simple. As both runs on same engine, Just rebrand on name and descriotion (eg: Chrome to Edge) and remove update_url (which is required for other side too.).

Any other steps are Create edge developer account on Partner center and Publish extension to their store. (Both are MS documentation)

But, As of July 2022, Microsoft is not accepting new Manifest v2` extensions as of migrating to Manifest V3.
So should refactor code with v3 compatible. It is same for other browser. (Releated: #4075)

This issue is higly related with #2076

@philc
Copy link
Owner

philc commented Jan 20, 2023 via email

@philc
Copy link
Owner

philc commented Dec 5, 2023

Hey @MPThLee, Vimium is now on the Edge Add-ons site. Please leave a review there to help encourage others to try it.

Thanks!

@philc philc closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants