add on one chrome extension #4548
Unanswered
xuhongjian
asked this question in
Q&A
Replies: 1 comment
-
English please. You need to use the Chrome Runtime to use extensions #4123 There's no programmatic support for loading extensions in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have a chrome extension,in chrome is running perfect,but in cefsharp there have an error 非常抱歉, gj 需要开启浏览器的Javascript执行功能方可运行. 请开启后再继续. although add code var settings = new BrowserSettings();
settings.Javascript = CefState.Enabled;
browser.BrowserSettings = settings; the error still exsist, how to solve it. extension code is here https://t.wss.ink/f/bq7ubkpefrj
Beta Was this translation helpful? Give feedback.
All reactions