Atalho de teclado para abrir uma nova guia ao lado da guia atual no Google Chrome

2

Existe um atalho de teclado (ou existe uma maneira de criar um sem extensões ou coisas de terceiros) que abre uma nova aba ao lado da aba aberta atualmente?

Por exemplo, digamos que eu tenha 10 guias no Chrome e eu tenha a guia 3 aberta. Existe um atalho para abrir uma nova aba e tê-lo inserido na aba 4 ao invés de ser adicionado ao final da lista de abas (aba 11 neste exemplo)?

Eu gosto de poder abrir rapidamente uma nova aba com o comando + t , mas às vezes é difícil arrastar / reorganizar minhas abas abertas.

    
por Logan 21.07.2016 / 02:22

3 respostas

2

Parece que encontrei uma solução.

Esta postagem no blog de agosto 26, 2011 descreve como abrir a próxima guia usando as ferramentas do navegador incorporadas.

Aqui está uma citação de lá (com pequenas edições):

  1. Go to Chrome's Options / Preferences screen (click the wrench icon on the browser toolbar then select Options or Preferences -- whichever appears on your system).
  2. You'll find yourself in the "Basics" preference page, which should have a "Search" section. Click on the Manage Search Engines... button.
  3. You'll see a list of your custom-built search engines for various sites (if curious, read about Chrome's search engine configuration). At the bottom of the screen, find the set of empty fields for adding a new search engine.
  4. In the first field (labelled "Add a new search engine"), enter Open new tab or something similar. The words you choose are not important -- make them meaningful to you so they'll trigger your memory if you go back into this screen any time in the future.
  5. In the second field (labelled "Keyword"), enter a single word or single letter or a sequence of letters (no spaces nor punctuation). You'll be typing this every time you want to open a new tab to the immediate right, so short and memorable is good. I use tt
  6. In the third field (labelled "URL with %s in place of query"), enter exactly this text including the semi-colon at the end: javascript:window.open();
  7. Click anywhere outside the fields to "save" your entry.

That's the end of the set up. Now whenever you want to open a new tab next to your current tab, you can do this:

  1. Move the keyboard focus to the address bar (Ctrl-L or Cmd-L).
  2. The entire current address should be highlighted, but if not, highlight it all (Ctrl-A or Cmd-A).
  3. Type the keyword you chose in step 5 above -- e.g., tt then Space (or Tab) and hit Enter or Return.

Once you get used to doing this, you'll be able to do it very quickly:

Cmd-L tt Space (or Tab) Enter

The new tab will open immediately to the right of your current tab. Your current tab will not be affected except that the URL might have disappeared from the address bar; if you want to see the URL again, just reload the page (or press Esc).

Há também um comentário sobre como fazer isso usando o marcador:

You can use the same technique to add a button in the Bookmarks Bar.

  1. Open Bookmark Manager.
  2. Select the Bookmarks Bars folder
  3. Select Organize > Add Page.
  4. Name the new page "New Tab" or something similar.
  5. In the URL field, add the javascript mentioned in the above post:

javascript:window.open();

You should now have a clickable button to open a new tab.

De minha parte, acrescentarei que, se o primeiro parâmetro em window.open() for um link para o mecanismo de pesquisa com o padrão %s , você poderá realizar uma pesquisa ao mesmo tempo em que abrir uma nova guia .

Aqui está o meu exemplo:

javascript:window.open('https://www.google.com/search?q=%s');

Aqui está a sequência de ações para usar este recurso:

Cmd - L tt Espaço (ou Tab ) Search query Digite

    
por 19.07.2018 / 12:35
0

Tente clicar em qualquer link com o botão do meio do mouse.

Ele abrirá uma nova guia ao lado da sua guia, mas abrirá o link em que você clicou.

Espero que ajude.

    
por 21.07.2016 / 03:53
0

Experimente esta extensão link

Está funcionando perfeitamente para mim no Windows.

    
por 30.12.2016 / 01:43