Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
O que é Open New Tab After Current Tab?
Open New Tab After Current Tab é uma extensão do Chrome desenvolvida por https://arnaudligny.fr, e sua principal característica é "Opens new tab after the active tab, instead of last position.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Open New Tab After Current Tab
Baixe arquivos de extensão Open New Tab After Current Tab 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
By default a new tab is opened at the end of the row of tabs, but it's not intuitive: with this extension a new tab opened with the keyboard shortcut (⌘ Cmd+T) or with the "plus" button will be opened just after the current active tab.
Informações Básicas da Extensão
Nome | Open New Tab After Current Tab |
ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
URL Oficial | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
Descrição | Opens new tab after the active tab, instead of last position. |
Tamanho do Arquivo | 12.24 KB |
Contagem de Instalações | 5,147 |
Versão Atual | 0.4.7 |
Última Atualização | 2024-01-17 |
Data de Publicação | 2020-01-20 |
Classificação | 4.41/5 Total de 29 Avaliações |
Desenvolvedor | https://arnaudligny.fr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
URL da Página de Ajuda | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
Idiomas Suportados | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open New Tab After Current Tab", "version": "0.4.7", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/dev.ligny.org\/Open-New-Tab-After-Current-Tab\/", "author": "Arnaud Ligny", "manifest_version": 2, "minimum_chrome_version": "52", "default_locale": "en", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |