zoukankan      html  css  js  c++  java
  • 如何离线下载Chrome的安装包

    打开Chrome官网(自行搜索)点击下载后下载的是联网安装包,这对部分上网不方便的用户造成了一定的麻烦。

    http://www.google.cn/chrome/browser/desktop/index.html

    我们在该网页链接的后面加上?standalone=1就可以下载到离线安装包,这是最新稳定版的离线安装包

    在此总结一下:

    最新稳定版:https://www.google.com/intl/zh-CN/chrome/browser/?standalone=1

    最新测试版:https://www.google.com/intl/zh-CN/chrome/browser/?standalone=1&extra=betachannel

    最新开发版:https://www.google.com/intl/zh-CN/chrome/browser/?standalone=1&extra=devchannel

    有时候我们想要下载历史版本的怎么办?这个也有通用的下载地址,但是前提是你需要知道想要下载的历史版本的版本号。

    通用的下载地址是:http://dl.google.com/chrome/install/[版本号后两位]/chrome_installer.exe

    比如,我们想要下载4.0.266.0的版本,下载地址就是http://dl.google.com/chrome/install/266.0/chrome_installer.exe

    如果需要在线安装包,只需要去掉standalone=1&即可!

  • 相关阅读:
    Thrift --- 支持双向通信
    Go -- 配置监控系统
    Go -- RPC 之 Thrift
    Go -- 一致性哈希算法
    Go -- runtime.Gosched()的作用分析
    Go -- import使用及. _的作用解析
    BNF 和 ABNF 扩充巴科斯范式 了解
    转 HTTP.SYS 详解
    转 HTTP/2: The Long-Awaited Sequel
    网站分析
  • 原文地址:https://www.cnblogs.com/Beyron/p/6185162.html
Copyright © 2011-2022 走看看