informa ao chrome para carregar URLs diferentes em cada guia usando a linha de comando

0

Digamos que eu tenha essas URLs:
1- > www.google.com
2- > www.bing.com
3- > www.something.com

Eu quero abri-los em abas em relação a seus números:
guia 1- > www.google.com
separador 2- > www.bing.com
separador 3- > www.something.com

e depois disso eu precisarei carregar esses outros 3 URLs:
1- > www.learn.com
2- > www.somethingelse.com
3- > www.thirdwebsite.com
-----------
Não quero abrir novas guias, mas quero carregá-las nas guias abertas da seguinte forma:
guia 1- > www.learn.com
separador 2- > www.somethingelse.com
separador 3- > www.thirdwebsite.com

----------
também quero que as ferramentas do desenvolvedor sejam abertas e permaneçam abertas para essas três guias sempre.

alguma solução?
Seria ótimo se eu pudesse fazer tudo isso sem levar o google chrome à frente. Eu gostaria que ficasse em segundo plano.

    
por acman123 10.06.2017 / 17:19

1 resposta

1

Eu quero abri-los em abas em relação a seus números

Adicione os 3 URLs à linha de comando do chrome.

Exemplo:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" www.google.com www.bing.com www.microsoft.com

Resultado (depois de restaurar o Chrome na barra de tarefas):

Eunãoqueroabrirnovasabas,masquerocarregá-lasnasabasabertas

Nomomento,issonãoépossíveleháumasolicitaçãode erro de abertura para isso. Atualmente, é "Status: Untriaged":

Command line option "target" to open a URL in the same named tab or window

Reported by [email protected], Nov 1 2016

UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36

Steps to reproduce the problem:

  1. open a URL with Chrome via command line with options.
  2. specify a "target" just like you would via an anchor reference in a web page.
  3. Chrome opens a new tab if the named target does not exist, or re-uses the existing tab if it does.

What is the expected behavior?

Chrome opens a new tab if the named target does not exist, or re-uses the existing tab if it does. It should also understand the standard target parameter _blank which is the current behavior of just opening a new tab. The other standard parameters _self, _parent, and _top are meaningless in this context and should provide the current behavior.

I'd also propose that the existing option --new-window does not open a new window if a window with the named target already exists (i.e. not tabbed) but rather re-uses the existing window. Thus a user could re-use a target-named window or re-use a target-named tab via that switch.

What went wrong? Chrome just opens a new tab regardless.

Did this work before? No

Chrome version: 54.0.2840.71 Channel: stable OS Version: 10.0 Flash Version: Shockwave Flash 23.0 r0

See previous issue 141942 for more comments. It was Automated-archive but clearly has continued interest.

Eu quero que as ferramentas do desenvolvedor sejam abertas e permaneçam abertas para essas três guias sempre

Você já fez esta pergunta .

    
por 10.06.2017 / 17:43