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…

O que é zvTabs(Close left side tabs)?

zvTabs(Close left side tabs) é uma extensão do Chrome desenvolvida por https://www.zenoven.com, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão zvTabs(Close left side tabs)

Baixe arquivos de extensão zvTabs(Close left side tabs) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome zvTabs(Close left side tabs) zvTabs(Close left side tabs)
ID aelfgfndnhaiicaahkbpmgbbnflnbejb
URL Oficial https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb
Descrição 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…
Tamanho do Arquivo 12.63 KB
Contagem de Instalações 1,400
Versão Atual 1.3
Última Atualização 2021-07-09
Data de Publicação 2012-08-21
Classificação 4.27/5 Total de 15 Avaliações
Desenvolvedor https://www.zenoven.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/zenoven/privacy-policy/blob/main/README.md
Idiomas Suportados 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"
        ]
    }
}