现在很多浏览器,用的都是chrome内核,比如maxthon 猎豹 360极速 枫树等等。
我在开发公司OA,B/S架构的,想出一个客户端,嵌入Chrome浏览器。
想知道怎么弄呢?
伊谢尔伦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...
伊谢尔伦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...
大家讲道理2017-04-17 11:08:38
chromiumembedded:
A simple framework for embedding chromium browser windows in other applications.
http://code.google.com/p/chromiumembe...