码迷,mamicode.com
首页 > 其他好文 > 详细

chrome

时间:2019-06-26 00:50:13      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:x86   class   input   lld   with   启动   pow   pause   idg   

 

下载

直接下载

Windows 64 位 Stable 正式版离线安装包:https://www.google.com/chrome/browser/desktop/index.html?platform=win64&extra=stablechannel&standalone=1

其他方式下载

https://api.pzhacm.org/iivb/cu.json

https://tools.shuax.com/chrome/

https://csharp.love/chrome-update-tool.html

使用脚本下载(https://github.com/TkYu/PowerShellScripts):

# PowerShell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString(‘https://raw.githubusercontent.com/TkYu/PowerShellScripts/master/ChromeDownload/Chrome.ps1‘))

# cmd
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString(‘https://raw.githubusercontent.com/TkYu/PowerShellScripts/master/ChromeDownload/Chrome.ps1‘))"

# 想附带上 GreenChrome,就把上述脚本中的 Chrome.ps1 替换为 ChromeWithGreenChrome.ps1

更新脚本 Update.cmd,与 chrome.exe 放在一起:

@echo Checking Chrome update. Sit back and relax.
@SET "ggbranch=stable" && @SET "ggarch=x86" && @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy AllSigned -Command "iex ((New-Object System.Net.WebClient).DownloadString(‘https://raw.githubusercontent.com/TkYu/PowerShellScripts/master/ChromeDownload/Chrome.ps1‘))"
@pause

 

使用

关于此 flash player 与你的地区不相容

从 30 版本开始就会出现提示。要么换回老版本,要么安装修改版的新版本。

打开 chrome://version/,查看 Flash 项中 pepflashplayer.dll 文件的地址。需要替换两个文件 manifest.json 和 pepflashplayer.dll

安装 Flash 后会在 C:\Windows\System32\Macromed\Flash 或 C:\Windows\SysWOW64\Macromed\Flash 目录下找到文件,重命名替换到 chrome 即可。

https://pan.lanzou.com/b105607

https://pan.baidu.com/s/1xxRo5DZFxdJOXLIcf9buiA

 

https://www.52pojie.cn/thread-724713-1-1.html

https://www.ccava.net/post/47.html

http://www.usbmi.com/3180.html

 

启动参数

创建 chrome 快捷方式,打开属性添加。

技术图片

# 设置用户目录
--user-data-dir="User Data"

 

扩展插件

Chrono下载管理器 https://chrome.google.com/webstore/detail/chrono-download-manager/mciiogijehkdemklbdcbfkefimifhecn

Proxy SwitchyOmega https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif

广告净化器(https://www.yiclear.com/https://chrome.google.com/webstore/detail/cbiaicifbmeokbhollcjfeaoakmppfeh

谷歌上网助手(http://googlehelper.net/https://chrome.google.com/webstore/detail/nonmafimegllfoonjgplbabhmgfanaka

谷歌访问助手(http://www.ggfwzs.com/https://chrome.google.com/webstore/detail/gocklaboggjfkolaknpbhddbaopcepfp

Restlet Client(类似 Postman) https://chrome.google.com/webstore/detail/restlet-client-rest-api-t/aejoelaoggembcahagimdiliamlcdmfm

Aria2 for Chrome https://chrome.google.com/webstore/detail/aria2-for-chrome/mpkodccbngfoacfalldjimigbofkhgjn

Octotree(方便浏览 GitHub) https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc

Vysor(Android 投屏) https://chrome.google.com/webstore/detail/vysor/gidgenkbbabolejbgbpnhbimgjbffefm

WEB前端助手(FeHelper) https://chrome.google.com/webstore/detail/pkgccpejnmalmdinmhkkfafefagiiiad

Vimium(Vim 方式操作 Chrome) https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb

沙拉查词 https://chrome.google.com/webstore/detail/cdonnmffkdaoajfknoeeecmchibpmkmg

SetupXXX https://chrome.google.com/webstore/detail/oofgbpoabipfcfjapgnbbjjaenockbdp

 


https://shuax.com/

https://liulanmi.com/chrome

ChromeUpdateSharp_v2.4.5.0.zip

chrome

标签:x86   class   input   lld   with   启动   pow   pause   idg   

原文地址:https://www.cnblogs.com/jhxxb/p/11087518.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!