Skip to content
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

[Feature]: ICoreWebView2BrowserExtension should be able to provide more information #5084

Open
HIllya51 opened this issue Feb 4, 2025 · 3 comments
Assignees
Labels
feature request feature request

Comments

@HIllya51
Copy link

HIllya51 commented Feb 4, 2025

Describe the feature/enhancement you need

For example, it should be possible to obtain settings page link (like chrome-extension://bdiifdefkgmcblbcghdlonllpjhhjgof/options.html), icons, etc

The scenario/use case where you would use this feature

Some extensions require some configuration before they can be used, but I am unable to know what is their configuration page uri.

How important is this request to you?

Impactful. My app's user experience would be significantly compromised without it.

Suggested implementation

ICoreWebView2BrowserExtension2
{
HRESULT get_Icon(HICON*);
HRESULT get_OptionsUIPage(PWSTR*);
}

What does your app do? Is there a pending deadline for this request?

No response

@HIllya51 HIllya51 added the feature request feature request label Feb 4, 2025
@sivMSFT
Copy link

sivMSFT commented Feb 4, 2025

Hi @HIllya51, could you please with the importance of the request.

@HIllya51
Copy link
Author

HIllya51 commented Feb 4, 2025

I think it's quite important because the current extension related APIs seem to be just decorations and can hardly do anything. Large number of plugins require configuration before they can be used. If the configuration URL cannot be obtained, adding them is useless.

@Zaarrg
Copy link

Zaarrg commented Feb 5, 2025

Would also appreciate that. As currently for my app that uses Browser Extensions i have to keep a list with supported extensions where the settings page ending is kept like \options.html \popup.html

Also what would be needed in addition to that is a toggle for extensions developer mode as many browser extensions require this as well to fully work. Also created a issue for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature request
Projects
None yet
Development

No branches or pull requests

4 participants