Download Chromium

You can test Chrome builds or Chromium builds.  Chrome builds have the most infrastructure for analyzing crashes and reporting bugs.  They also auto-update as new releases occur, which makes them a good choice for most uses. Chrome Canary is available for Windows and Mac and autoupdates daily.  Other channels (dev and beta) are available.

 

Chromium builds do not auto-update, and do not have symbols.  This makes them most useful for checking whether a claimed fix actually works.  Use the following instructions to find builds:

Easy steps:

Open up https://download-chromium.appspot.com

or

Not-as-easy steps:

  1. Head to https://commondatastorage.googleapis.com/chromium-browser-snapshots/
  2. Choose your platform: Mac, Windows, Linux, ChromiumOS
  3. Pick the Chromium build number you'd like to use
    1. The latest one is mentioned in the LAST_CHANGE file
  1. Download the zip file containing Chromium
  2. There is a binary executable within to run

 

源文档 <http://www.chromium.org/getting-involved/download-chromium>

 

 

可以找到Chrome稳定版中的版本号,如 版本 28.0.1500.71 m,然后在这个网页找到该版本号所对应的Build版本,

http://src.chromium.org/viewvc/chrome/releases/

 

然后到

https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?path=Win

找到对应的版本,下载

chrome-win32.zip 或

chrome.packed.7z

最新文章

  1. Jquery mobiscroll 移动设备(手机)wap日期时间选择插件以及滑动、滚动插件
  2. Python之路【第五篇续】:面向对象编程二
  3. Java基础之创建窗口——使用边界布局管理器(TryBorderLayout)
  4. urlscan使用详解
  5. 菜鸟-手把手教你把Acegi应用到实际项目中(1.1)
  6. MySQL的InnoDB表如何设计主键索引-转自淘宝MySQL经典案例
  7. laravel5.1框架简介及安装
  8. Docker的C/S模式详解
  9. 安装Codeception框架
  10. linux dmesg命令
  11. Node.js初探之GET方式传输
  12. 想知道谁是你的最佳用户?基于Redis实现排行榜周期榜与最近N期榜
  13. ACL(Access Control List)
  14. 使用element-ui的常见问题
  15. [20171124]xxd与通配符.txt
  16. Java之旅_面向对象_多态
  17. mysql 数据库操作 数据库的增删改查
  18. TCP/IP协议(5):传输层之TCP
  19. C#文件夹权限操作工具类
  20. C语言 &#183; 排列数 &#183; 排列式

热门文章

  1. JMeter传递JSON数据
  2. ubuntu vsftpd
  3. 对线性模型进行最小二乘法学习的实例(使用三角多项式基函数 Python实现)
  4. how to get keyboard key with non blocking in terminal
  5. linux shell终端打开方式
  6. codeforces1111 简单题【DE】简要题解
  7. 各大OJ题目分类
  8. hdu 2063 二分图匹配
  9. xsl -fo 了解
  10. nyoj 单调递增最长子序列