Close tabs to the left

Allows to close all tabs to the left

O que é Close tabs to the left?

Close tabs to the left é uma extensão do Chrome desenvolvida por Acinonyx, e sua principal característica é "Allows to close all tabs to the left".

Baixar o arquivo CRX da Extensão Close tabs to the left

Baixe arquivos de extensão Close tabs to the left 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

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Allows to close all tabs to the left
Tamanho do Arquivo 9.79 KB
Contagem de Instalações 2,724
Versão Atual 1.3
Última Atualização 2013-02-18
Data de Publicação 2013-02-18
Classificação 4.12/5 Total de 41 Avaliações
Desenvolvedor Acinonyx
Tipo de Pagamento free
Idiomas Suportados 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
}