Child Tab Next

Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.

¿Qué es Child Tab Next?

Child Tab Next es una extensión de Chrome desarrollada por Gavin Borg, y su función principal es "Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Child Tab Next

Descarga archivos de extensión Child Tab Next 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

                        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.                    

Información Básica de la Extensión

Nombre Child Tab Next Child Tab Next
ID nadhoeblpbehkmjbnoedmclliljoikbi
URL Oficial https://chromewebstore.google.com/detail/child-tab-next/nadhoeblpbehkmjbnoedmclliljoikbi
Descripción Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.
Tamaño del Archivo 18.96 KB
Cantidad de Instalaciones 682
Versión Actual 3.0
Última Actualización 2024-02-14
Fecha de Publicación 2017-05-07
Calificación 4.20/5 Total de 20 Calificaciones
Desarrollador Gavin Borg
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/theborg3of5/ChildTabNext
Idiomas Soportados 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"
}