Home  >  Q&A  >  body text

c++开发浏览器相关的功能

开发语言:C++
实现的功能:比如我点击浏览器上面的dom,自动获取这个dom的xpath,或者在浏览器里面放自己的一些提示信息,漂浮框等等。

像开发这种功能需要用到什么开源库?开发难度大不大?

网上搜了说用chromium,还没深入了解。

对了,不是开发浏览器插件噢,我希望我的软件里面内置浏览器,然后在此基础开发相关功能

怪我咯怪我咯2764 days ago420

reply all(3)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 13:49:46

    The webbrowser control can be used under win32, and Qt's QtWebKit/QtWebEngine can be used across platforms (it is recommended to use the latter, the former will no longer be updated)

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 13:49:46

    Just call chromium directly. The QtWebEngine and webbrowser mentioned above do not have such interfaces. Unless you hook it yourself, the difficulty is not the same as using chromium directly.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:49:46

    https://github.com/QupZilla/qupzilla

    reply
    0
  • Cancelreply