Close tabs to the left

Allows to close all tabs to the left

¿Qué es Close tabs to the left?

Close tabs to the left es una extensión de Chrome desarrollada por Acinonyx, y su función principal es "Allows to close all tabs to the left".

Descargar Archivo CRX de la Extensión Close tabs to the left

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

                        Too many tabs opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.                    

Información Básica de la Extensión

Nombre Close tabs to the left Close tabs to the left
ID gcmjpicopfkgmjdomahfjkmhpcelklba
URL Oficial https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba
Descripción Allows to close all tabs to the left
Tamaño del Archivo 9.79 KB
Cantidad de Instalaciones 2,724
Versión Actual 1.3
Última Actualización 2013-02-18
Fecha de Publicación 2013-02-18
Calificación 4.12/5 Total de 41 Calificaciones
Desarrollador Acinonyx
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close tabs to the left",
    "version": "1.3",
    "description": "Allows to close all tabs to the left",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Close tabs to the left",
        "default_icon": "close_icon.png"
    },
    "manifest_version": 2
}