Bulky close tabs

Close multiple tabs by hostnames or position.

O que é Bulky close tabs?

Bulky close tabs é uma extensão do Chrome desenvolvida por eahta, e sua principal característica é "Close multiple tabs by hostnames or position.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bulky close tabs

Baixe arquivos de extensão Bulky close 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

                        Version 1.0.3:
    The plugin only work on tabs in the current window.

Close multiple tabs by host names or position. Example:
"google, facebook": remove all tabs whose host name contain "google" or "facebook". 
"l": remove all tabs from the left side. 
"r": remove all tabs from the right side.                    

Informações Básicas da Extensão

Nome Bulky close tabs Bulky close tabs
ID ggpngjjjpfoplolfkljmlhkcgdefjgae
URL Oficial https://chromewebstore.google.com/detail/bulky-close-tabs/ggpngjjjpfoplolfkljmlhkcgdefjgae
Descrição Close multiple tabs by hostnames or position.
Tamanho do Arquivo 723 KB
Contagem de Instalações 85
Versão Atual 1.0.3
Última Atualização 2016-03-26
Data de Publicação 2016-03-26
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor eahta
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bulky close tabs",
    "description": "Close multiple tabs by hostnames or position.",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}