Close Tab

A stationary button that closes the current tab. Clean up tabs with less effort.

O que é Close Tab?

Close Tab é uma extensão do Chrome desenvolvida por http://justinreinhart.com, e sua principal característica é "A stationary button that closes the current tab. Clean up tabs with less effort.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Close Tab

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

                        The "Close Tab" extension provides a stationary button that closes the currently selected tab. This saves time visually hunting down the active tab and provides consistency for the user. Very simple. The icon is designed to work with dark and light themes.

*Note: You can also press Ctrl + W to close tabs (when keyboard input isn't being captured by a plugin).

*Note: If the icon gets hidden by Chrome, you can get your icon back by pinning it. It happens sometimes. :)	

*Added: Protect pinned tabs (Options Screen)

P.S. Have you found a bug? Email address is provided in the options screen. Happy browsing.                    

Informações Básicas da Extensão

Nome Close Tab Close Tab
ID hpmolahefgjbmidmoifolgpjkmhdmalf
URL Oficial https://chrome.google.com/webstore/detail/close-tab/hpmolahefgjbmidmoifolgpjkmhdmalf
Descrição A stationary button that closes the current tab. Clean up tabs with less effort.
Tamanho do Arquivo 169 KB
Contagem de Instalações 3,000
Versão Atual 1.4.4
Última Atualização 2021-07-15
Data de Publicação 2014-08-07
Classificação 4.51/5 Total de 78 Avaliações
Desenvolvedor http://justinreinhart.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tab",
    "version": "1.4.4",
    "manifest_version": 2,
    "icons": {
        "48": "img\/ct-icon-48.png",
        "128": "img\/ct-icon-128.png"
    },
    "description": "A stationary button that closes the current tab. Clean up tabs with less effort.",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Click to close the current tab",
        "default_icon": "img\/ct-icon-x-19.png"
    },
    "web_accessible_resources": [
        "img\/*",
        "css\/*",
        "js\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}