Last Tab

Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…

¿Qué es Last Tab?

Last Tab es una extensión de Chrome desarrollada por SnowDonut, y su función principal es "Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…".

Descargar Archivo CRX de la Extensión Last Tab

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

                        Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you were just working on. Can assign a shortcut to it to make it easily accessible.                    

Información Básica de la Extensión

Nombre Last Tab Last Tab
ID ahjejhiehlhdhcgpifiappdhdjhbhcpf
URL Oficial https://chromewebstore.google.com/detail/last-tab/ahjejhiehlhdhcgpifiappdhdjhbhcpf
Descripción Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…
Tamaño del Archivo 81.62 KB
Cantidad de Instalaciones 79
Versión Actual 0.1
Última Actualización 2016-10-26
Fecha de Publicación 2016-10-26
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador SnowDonut
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Last Tab",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}