Close Tabs To The Left

This extension allows the user to close chrome tabs to the left, with one press of the button

¿Qué es Close Tabs To The Left?

Close Tabs To The Left es una extensión de Chrome desarrollada por fr1sk, y su función principal es "This extension allows the user to close chrome tabs to the left, with one press of the button".

Capturas de Pantalla de la Extensión

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

                        On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!                    

Información Básica de la Extensión

Nombre Close Tabs To The Left Close Tabs To The Left
ID aejaklcloiadinippijlaoidldfpbomi
URL Oficial https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi
Descripción This extension allows the user to close chrome tabs to the left, with one press of the button
Tamaño del Archivo 11.62 KB
Cantidad de Instalaciones 35
Versión Actual 1.2
Última Actualización 2019-02-22
Fecha de Publicación 2019-02-22
Desarrollador fr1sk
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Close Tabs To The Left",
    "short_name": "CTTTL",
    "description": "This extension allows the user to close chrome tabs to the left, with one press of the button",
    "version": "1.2",
    "browser_action": {
        "default_icon": "resources\/icon.png"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}