search

Home  >  Q&A  >  body text

python - 如何在客户端中嵌入chrome浏览器

现在很多浏览器,用的都是chrome内核,比如maxthon 猎豹 360极速 枫树等等。
我在开发公司OA,B/S架构的,想出一个客户端,嵌入Chrome浏览器。
想知道怎么弄呢?

巴扎黑巴扎黑2899 days ago1075

reply all(4)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-17 11:08:38

    Actually the kernel is webkit. Usually choose to embed a webkit as the browser. For example, the Qt framework includes QtWebkit, and wxWidget also has corresponding ones.

    It is not a good idea to embed chrome directly, but it is possible to embed chromium.

    I haven’t tested it myself, but this should be what you want: https://code.google.com/p/chromiumemb...

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 11:08:38

    If you use node programming, you can use node-webkit. nw can package your local html and js into an application (including webkit core) and open it as a desktop application.

    Packaging nw applications is very convenient. Here is a brief PPT introduction: https://speakerdeck.com/zcbenz/node-w...

    Project homepage: https://github.com/rogerwang/node-web...

    reply
    0
  • 怪我咯

    怪我咯2017-04-17 11:08:38

    Add that appjs is a good thing
    http://appjs.org/

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 11:08:38

    chromiumembedded:
    A simple framework for embedding chromium browser windows in other applications.
    http://code.google.com/p/chromiumembe...

    reply
    0
  • Cancelreply