Close Tabs

Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more

O que é Close Tabs?

Close Tabs é uma extensão do Chrome desenvolvida por https://tejji.com, e sua principal característica é "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Close Tabs

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

                        Provide context menu (popup that appear on right click) close button with following options

1. Close tabs to the left of current tab
2. Close tabs to the right of current tab
3. Close other tabs except current tab
4. Close current tab
6. Close tabs from current domain / website 
7. Close tabs from other domain / website except current one
8. Close window
9. Option to disable context menu

The options is available via...
Right click on any webpage --> Click Close Tabs --> Click Options 

More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com

v1.2 - 2018-09-13
- changes to ensure compliance Chrome Web Store policies                    

Informações Básicas da Extensão

Nome Close Tabs Close Tabs
ID gadafnnkijfmbbmeielphlapddbmgbgo
URL Oficial https://chromewebstore.google.com/detail/close-tabs/gadafnnkijfmbbmeielphlapddbmgbgo
Descrição Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more
Tamanho do Arquivo 72.56 KB
Contagem de Instalações 11,611
Versão Atual 1.2
Última Atualização 2018-09-14
Data de Publicação 2018-09-13
Classificação 4.24/5 Total de 186 Avaliações
Desenvolvedor https://tejji.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://tejji.com/
URL da Página de Ajuda http://tejji.com/contactus.aspx
URL da Página de Política de Privacidade https://tejji.com/privacy.aspx
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tabs",
    "version": "1.2",
    "description": "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage",
        "tabs"
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}