NexTab

Open new tabs to the left or right of your active tab.

¿Qué es NexTab?

NexTab es una extensión de Chrome desarrollada por https://nextab.co, y su función principal es "Open new tabs to the left or right of your active tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión NexTab

Descarga archivos de extensión NexTab 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

                        Ever been frustrated that new tabs open at the end of all your current tabs. Then this is for you. NexTab simply extends the default browser functionality for opening new tabs by opening them next to your current tab, instead of at the end. NexTab comes with two predefined shortcuts out of the box. Or if you'd prefer to customise them, open the popup and follow the link to add your own.                    

Información Básica de la Extensión

Nombre NexTab NexTab
ID okknollmafgigeimghbepomindhjnabj
URL Oficial https://chromewebstore.google.com/detail/nextab/okknollmafgigeimghbepomindhjnabj
Descripción Open new tabs to the left or right of your active tab.
Tamaño del Archivo 673 KB
Cantidad de Instalaciones 113
Versión Actual 0.0.3
Última Actualización 2020-06-01
Fecha de Publicación 2020-06-01
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://nextab.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://nextab.co
URL de la Página de Ayuda https://nextab.co
URL de la Página de Política de Privacidad https://nextab.co
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NexTab",
    "description": "Open new tabs to the left or right of your active tab.",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "NexTab",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "open-right": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "Alt+T",
                "windows": "Alt+T"
            },
            "description": "Opens new tabs to the right of your current tab"
        },
        "open-left": {
            "suggested_key": {
                "default": "Alt+Shift+T",
                "mac": "Alt+Shift+T",
                "windows": "Alt+Shift+T"
            },
            "description": "Opens new tabs to the left of your current tab"
        }
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}