need to add extension from cmd #4490
Answered
by
victorhuangwq
aberesnev94
asked this question in
Q&A
-
Hi, i need to load extension to app with msedgewebview2. Does msedgewebview2 support --load-extension flag as chrome and msedge or it's support any other options except add code to app directly? |
Beta Was this translation helpful? Give feedback.
Answered by
victorhuangwq
Apr 17, 2024
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
victorhuangwq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's the API for browser extensions:
https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/overview-features-apis?tabs=dotnetcsharp#browser-extensions
Example code here:
https://github.com/MicrosoftEdge/WebView2Samples/blob/main/SampleApps/WebView2APISample/ScenarioExtensionsManagement.cpp