Close Tabs to the Left

Adds a button to close all tabs to the left of the current tab.

O que é Close Tabs to the Left?

Close Tabs to the Left é uma extensão do Chrome desenvolvida por Erik Humphrey, e sua principal característica é "Adds a button to close all tabs to the left of the current tab.".

Capturas de Tela da Extensão

screenshot

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

                        Most browsers have the ability to right-click a tab and "Close tabs to the right", but not "Close tabs to the left"! This extension adds a button to the right of the address bar that all closes all tabs to the left of the current active tab.

Unlike most other extensions, it doesn't closed tabs you've pinned!                    

Informações Básicas da Extensão

Nome Close Tabs to the Left Close Tabs to the Left
ID gggbppgpkegkkgjpmlbedgbmgomecmoj
URL Oficial https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj
Descrição Adds a button to close all tabs to the left of the current tab.
Tamanho do Arquivo 28.38 KB
Contagem de Instalações 4,498
Versão Atual 1.2.1
Última Atualização 2021-05-11
Data de Publicação 2019-06-26
Classificação 4.59/5 Total de 29 Avaliações
Desenvolvedor Erik Humphrey
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ErikHumphrey/close-tabs-to-the-left
URL da Página de Ajuda https://github.com/ErikHumphrey/close-tabs-to-the-left/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Erik Humphrey",
    "action": {
        "default_icon": {
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Close tabs to the left"
    },
    "background": {
        "service_worker": "TabCloseScript.js"
    },
    "description": "Adds a button to close all tabs to the left of the current tab.",
    "icons": {
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "Close Tabs to the Left",
    "short_name": "Close Left",
    "version": "1.2.1"
}