红联Linux门户
Linux帮助

ubuntu下同步google chrome书签

发布时间:2015-11-12 16:02:29来源:linux网站作者:期待一片自己的蓝天

只需修改/etc/hosts文件(需root权限),往里面加入以下几行即可Chrome书签同步:64.233.183.139 clients4.google.com
64.233.183.139 docs.google.com #如果上面的IP不行,可以尝试64.233.183.138

Chrome官方扩展中心:
74.125.39.99 chrome.google.com
74.125.39.99 clients2.google.com
Chrome官方主题中心:
74.125.153.138 tools.google.com


chrome书签,google docs,google主题等无法同步的主要原因是不能正常访问。解决办法是 修改hosts配置文件。

ubuntu下:

1. 在终端输入 sudo gedit  /etc/hosts

2. 在内容后添加:
74.125.39.99 chrome.google.com
74.125.39.99 clients2.google.com
209.85.225.100        clients4.google.com
209.85.225.100        docs.google.com
209.85.225.100 www.google.com
209.85.225.100  tools.google.com


如何在Ubuntu中添加和删除书签:http://www.linuxdiyf.com/linux/14707.html

ubuntu14.04下添加文件夹到书签栏:http://www.linuxdiyf.com/linux/14418.html

Ubuntu14.04删除无用远程链接书签:http://www.linuxdiyf.com/linux/13832.html

在书签管理工具中使用Ubuntu字体:http://www.linuxdiyf.com/linux/630.html

Linux下解决Firefox无法添加书签问题:http://www.linuxdiyf.com/linux/4935.html