python - 如何在客户端中嵌入chrome浏览器
巴扎黑
巴扎黑 2017-04-17 11:06:38
0
4
1067

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

巴扎黑
巴扎黑

reply all(4)
伊谢尔伦

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...

伊谢尔伦

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...

刘奇

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

大家讲道理

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template