Advanced tab killer
Tool for closing tabs that are right or left of current tab.
O que é Advanced tab killer?
Advanced tab killer é uma extensão do Chrome desenvolvida por alexey-agk, e sua principal característica é "Tool for closing tabs that are right or left of current tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Advanced tab killer
Baixe arquivos de extensão Advanced 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
Extension allows you to quickly close tabs on the left or right of the current. Click on the extension button. You will see a pop-up with slider. To close a tab to the right of the current tab, drag the slider to the right, to close the tabs on the left drag to left. You can also use the filter at the page address. For the first click the button with a triangle. Then select the level of filtering (default by domain). After drag the slider.
Informações Básicas da Extensão
Nome | Advanced tab killer |
ID | kmmmcmbbhfdabgpbdobcjnihbbpkogpn |
URL Oficial | https://chromewebstore.google.com/detail/advanced-tab-killer/kmmmcmbbhfdabgpbdobcjnihbbpkogpn |
Descrição | Tool for closing tabs that are right or left of current tab. |
Tamanho do Arquivo | 23.5 KB |
Contagem de Instalações | 75 |
Versão Atual | 1.5.1 |
Última Atualização | 2014-01-05 |
Data de Publicação | 2014-01-05 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | alexey-agk |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced tab killer", "version": "1.5.1", "manifest_version": 2, "description": "Tool for closing tabs that are right or left of current tab.", "background": { "scripts": [ "background.js" ] }, "icons": { "18": "icon_18.png", "19": "icon_19.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_19.png", "default_title": "Advanced tab killer", "default_popup": "popup.html" } } |