how to make QWebEngineView support chrome extension
Unsolved
QtWebEngine
-
it seems many browser base on chrome can support chrome extension, did our QWebEngineView can support it too?
and if i use chrome://setting in QWebEngineView it said can not visit this website, so how to use QWebENgineView set the global setting like chrome. -
@jjup13
QtWebEngine is based on Chromium, not Chrome!
So the base web engine (as the qt module name already says) is the same. Everything else you see in Chrome are extensions upon the engine if you want -
I am not sure what you mean. Since QWebEngine is based on chromium and chromium supports chrome extensions, how do you get chrome extensions working with Qwebengine? It is not clear to me on how to get this to work. Do you know?
-