Tab Killer

Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!

O que é Tab Killer?

Tab Killer é uma extensão do Chrome desenvolvida por Lucian Grijincu, e sua principal característica é "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tab Killer

Baixe arquivos de extensão Tab Killer 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

                        Right click and choose what to close:
- duplicate tabs
- tabs to the left or right
- from the same or different domain or URL as the current one
- from the current domain, but with a part of the URL path identical                    

Informações Básicas da Extensão

Nome Tab Killer Tab Killer
ID emoianadnmpcffipnfhddhdjchjcchhb
URL Oficial https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb
Descrição Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
Tamanho do Arquivo 10.83 KB
Contagem de Instalações 459
Versão Atual 1.4
Última Atualização 2017-01-24
Data de Publicação 2017-01-24
Classificação 3.60/5 Total de 10 Avaliações
Desenvolvedor Lucian Grijincu
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "tab-killer.html"
    },
    "description": "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!",
    "icons": {
        "128": "x-128.png"
    },
    "manifest_version": 2,
    "name": "Tab Killer",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.4"
}