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):
- 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).
- You'll find yourself in the "Basics" preference page, which should have a "Search" section. Click on the Manage Search Engines... button.
- 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.
- 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.- 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
- 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();
- 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:
- Move the keyboard focus to the address bar (Ctrl-L or Cmd-L).
- The entire current address should be highlighted, but if not, highlight it all (Ctrl-A or Cmd-A).
- 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) EnterThe 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.
- Open Bookmark Manager.
- Select the Bookmarks Bars folder
- Select Organize > Add Page.
- Name the new page "New Tab" or something similar.
- 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