Chrome支持多用户 , 这样不同的用户有自己的浏览数据 密码数据等 ,使用起来比较方便。
家里的电脑 我和老婆、小孩3个人都用,于是建立了3个用户,在桌面放了快捷方式 ,大家各自用自己的浏览器。
新建最后一个用户时 有一个发送快捷方式到桌面的选项,于是又复制了2个快捷方式,
修改快捷方式中的参数 就可以变成每一个不同的用户了,
快捷方式:
“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” –profile-directory=”Default”
“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” –profile-directory=”Profile 1″
“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” –profile-directory=”Profile 2″
查看这个参数的值,可以直接在chrome的地址栏输入: chrome://version
其中的
Profile Path | C:\Users\Li\AppData\Local\Google\Chrome\User Data\Profile 2 |
就是个人配置文件的存放目录。
发表评论