user1937634
user1937634

Reputation: 31

Chromium Extensions and Qt QWebView

Is it possible to integrate chrome extensions (i.e. browser add-ons) with Qt QWebView? If yes, then how? Please could you point me to any docs, tutorials or wiki on the topic?

Upvotes: 1

Views: 795

Answers (1)

IAmInPLS
IAmInPLS

Reputation: 4125

For the moment, it is not possible. Qt developers don't have this idea in mind for the moment, but maybe for future release. You can read more here, where one of the developers says:

We don't have any active development on it. One question in particular was that we don't know which extensions our customers would like to use, and for what.

And also:

We don't have any specific extensions on our roadmap. Looking into what we can easily add and that would be useful is on the roadmap for 5.8.

Upvotes: 2

Related Questions