Como criar um novo perfil para o Google Chrome?

1

Como posso definir dois ou mais perfis do Chrome no Ubuntu 10.10?

    
por Ek Kosmos 14.03.2011 / 11:04

3 respostas

-1

Encontrei a resposta aqui: Vários perfis no Google Chrome

    
por 15.03.2011 / 13:45
1

Isso pode ser o que você está procurando.

link

    
por 14.03.2011 / 11:05
0

Se você quiser definir diferentes perfis de cromo na lista rápida do ubuntu, acho que esta é a melhor solução, funciona para mim:

Execute os comandos:

sudo cp /usr/share/applications/google-chrome.desktop ~/.local/share/applications
gedit ~/.local/share/applications/google-chrome.desktop

adicione os seguintes códigos:

X-Ayatana-Desktop-Shortcuts=Work;Personal;Three

[Work Shortcut Group]
Name=New Work Profile window
Exec=/opt/google/chrome/google-chrome --enable-udd-profiles --user-data-dir=.config/google-chrome/Work %U
TargetEnvironment=Unity

[Personal Shortcut Group]
Name=New Personal Profile window
Exec=/opt/google/chrome/google-chrome --enable-udd-profiles --user-data-dir=.config/google-chrome/Personal %U
TargetEnvironment=Unity

[Three Shortcut Group]
Name=New Third Profile window
Exec=/opt/google/chrome/google-chrome --enable-udd-profiles --user-data-dir=.config/google-chrome/Third %U
TargetEnvironment=Unity

[No Security Shorcut]
Name=Touch no web security Profile
Exec=/opt/google/chrome/google-chrome --enable-udd-profiles --user-data-dir=.config/google-chrome/Third --disable-web-security --touch-events %U
TargetEnvironment=Unity

Salve e feche o arquivo. Reinicie a unidade

unity --replace

Fonte: link

    
por 04.06.2014 / 09:41