Child Tab Next
Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.
O que é Child Tab Next?
Child Tab Next é uma extensão do Chrome desenvolvida por Gavin Borg, e sua principal característica é "Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Child Tab Next
Baixe arquivos de extensão Child Tab Next no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A Google Chrome extension to force new/duplicated tabs (but not those opened from links) to open to the right of the current tab. Inspired by "Tab to the Next" ( https://chrome.google.com/webstore/detail/tab-to-the-next/mpahcojfojbnloiafagggcdimaklphij/ ) Icons by New Mooon ( http://code.google.com/u/newmooon/ ) --- #### Changelog * 1.0 (9/15/13) * Initial release. * 2.0 (2/18/17) * Rewrote from scratch, should now be more reliable. Also added support for duplicating tabs. * 2.1 (3/29/21) * Fix extension not working for new tabs (by checking tab.pendingUrl) * 3.0 (2/13/24) * Update to support manifest v3 --- Please note that this was made for personal use, so replies and fixes may be significantly delayed.
Informações Básicas da Extensão
Nome | Child Tab Next |
ID | nadhoeblpbehkmjbnoedmclliljoikbi |
URL Oficial | https://chromewebstore.google.com/detail/child-tab-next/nadhoeblpbehkmjbnoedmclliljoikbi |
Descrição | Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end. |
Tamanho do Arquivo | 18.96 KB |
Contagem de Instalações | 682 |
Versão Atual | 3.0 |
Última Atualização | 2024-02-14 |
Data de Publicação | 2017-05-07 |
Classificação | 4.20/5 Total de 20 Avaliações |
Desenvolvedor | Gavin Borg |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/theborg3of5/ChildTabNext |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Child Tab Next", "version": "3.0", "description": "Force new\/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.", "manifest_version": 3, "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "incognito": "split" } |