某储备粮的“学习笔记” - chrome 2011-11-25T22:46:19+08:00 Typecho http://blog.gregwym.info/feed/atom/tag/chrome/ <![CDATA[将Chrome搜索默认定位到google.com]]> http://blog.gregwym.info/jiang-chrome-sou-suo-mo-ren-ding-wei-dao-google-com.html 2011-11-25T22:46:19+08:00 2011-11-25T22:46:19+08:00 咳嗽di小鱼 http://blog.gregwym.info 不同系统, 配置文件的位置不太一样.

Windows在
%USERPROFILE%\Local Settings\Application Data\Google\Chrome\User Data

Mac OS X在
~/Library/Application Support/Google/Chrome/

Linux在
$HOME/?.config/google-chrome

用编辑器打开Local State这个文件, 找到以下两行

"last_known_googleurl": "http://www.google.***/",
"last_prompted_google
url": "http://www.google.***/",

将它们改为:

"last_known_googleurl": "http://www.google.com/",
"last_prompted_google
url": "http://www.google.com/",

打开Chrome以后随便搜索个东西...他会提示你正在使用google.com, 要不要更换到google.***|.
选择继续使用, 大功告成! 嘿嘿

]]>