New tabs to the front

Brings newly created tabs to the foreground.

¿Qué es New tabs to the front?

New tabs to the front es una extensión de Chrome desarrollada por amahnk, y su función principal es "Brings newly created tabs to the foreground.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión New tabs to the front

Descarga archivos de extensión New tabs to the front 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

                        This extension forces new tabs to open in the foreground, rather than the background.

Enjoy!                    

Información Básica de la Extensión

Nombre New tabs to the front New tabs to the front
ID dildejdbnjjfnpflnoplbfgcjpdlkjjm
URL Oficial https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm
Descripción Brings newly created tabs to the foreground.
Tamaño del Archivo 30.34 KB
Cantidad de Instalaciones 754
Versión Actual 0.0.2
Última Actualización 2018-06-11
Fecha de Publicación 2018-06-11
Calificación 4.63/5 Total de 8 Calificaciones
Desarrollador amahnk
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "name": "New tabs to the front",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}