zvTabs(Close left side tabs)

zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close…

¿Qué es zvTabs(Close left side tabs)?

zvTabs(Close left side tabs) es una extensión de Chrome desarrollada por https://www.zenoven.com, y su función principal es "zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión zvTabs(Close left side tabs)

Descarga archivos de extensión zvTabs(Close left side tabs) 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

                        zvTabs can close all the tabs on the left side with just one click by two ways,
 1:right click on the web page and select 'Close left side tabs' 
 2:click on the plugin icon(on the top right of Chrome)                    

Información Básica de la Extensión

Nombre zvTabs(Close left side tabs) zvTabs(Close left side tabs)
ID aelfgfndnhaiicaahkbpmgbbnflnbejb
URL Oficial https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb
Descripción zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close…
Tamaño del Archivo 12.63 KB
Cantidad de Instalaciones 1,400
Versión Actual 1.3
Última Actualización 2021-07-09
Fecha de Publicación 2012-08-21
Calificación 4.27/5 Total de 15 Calificaciones
Desarrollador https://www.zenoven.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://github.com/zenoven/privacy-policy/blob/main/README.md
Idiomas Soportados en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "16",
    "description": "__MSG_extDescription__",
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "images\/16.png"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}