Open New Tab After Current Tab

Opens new tab after the active tab, instead of last position.

¿Qué es Open New Tab After Current Tab?

Open New Tab After Current Tab es una extensión de Chrome desarrollada por https://arnaudligny.fr, y su función principal es "Opens new tab after the active tab, instead of last position.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Open New Tab After Current Tab

Descarga archivos de extensión Open New Tab After Current Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Open New Tab After Current Tab Open New Tab After Current Tab
ID mmcgnaachjapbbchcpjihhgjhpfcnoan
URL Oficial https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan
Descripción Opens new tab after the active tab, instead of last position.
Tamaño del Archivo 12.24 KB
Cantidad de Instalaciones 5,147
Versión Actual 0.4.7
Última Actualización 2024-01-17
Fecha de Publicación 2020-01-20
Calificación 4.41/5 Total de 29 Calificaciones
Desarrollador https://arnaudligny.fr
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://dev.ligny.org/Open-New-Tab-After-Current-Tab/
URL de la Página de Ayuda https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues
Idiomas Soportados 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"
        ]
    }
}