# MyChrome **Repository Path**: mechanism/MyChrome ## Basic Information - **Project Name**: MyChrome - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-26 - **Last Updated**: 2021-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyChrome 使用libCef+Duilib开发属于自己的浏览器,支持多标签、多进程、视频播放、开发者模式、保存网页为PDF文件等功能。 libcef官方下载地址:https://bitbucket.org/chromiumembedded/cef/downloads/ # 更新记录 2019-09-08: * 新建分支chrome3809,升级到最新版的libCef,chrome内核版本号3809,使用VS2017开发,不支持XP系统(若要支持XP,请使用master分支代码)。 2020-07-16 * 2704版本支持网页缩放,优化开发者工具显示 # 编译: 项目使用VS2017编译,打开sln工程文件编译即可,使用libCef最后一个支持XP的版本2623,可以稳定运行在xp、win7、win8、win10上。 libcef运行库?去Release下载二进制包,解压后复制到生成目录即可。注意,master分支下载 1.0.2623.1的那个,3809分支下载 2.0.3809.1。 # 扩展: 项目是2016年开发的,作为一个业余项目,一直没有时间精力去扩展,很多地方都有待完善。 UI都是随便找的,所以看起来不太友好😂 # 运行截图: ![](https://raw.githubusercontent.com/JelinYao/MyChrome/master/img/1.png) ![](https://raw.githubusercontent.com/JelinYao/MyChrome/master/img/2.png) ![](https://raw.githubusercontent.com/JelinYao/MyChrome/master/img/3.png) ![](https://raw.githubusercontent.com/JelinYao/MyChrome/master/img/4.png) ![](https://raw.githubusercontent.com/JelinYao/MyChrome/master/img/5.png)