Tab Killer

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

¿Qué es Tab Killer?

Tab Killer es una extensión de Chrome desarrollada por Lucian Grijincu, y su función principal es "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tab Killer

Descarga archivos de extensión Tab Killer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Tab Killer Tab Killer
ID emoianadnmpcffipnfhddhdjchjcchhb
URL Oficial https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb
Descripción Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
Tamaño del Archivo 10.83 KB
Cantidad de Instalaciones 459
Versión Actual 1.4
Última Actualización 2017-01-24
Fecha de Publicación 2017-01-24
Calificación 3.60/5 Total de 10 Calificaciones
Desarrollador Lucian Grijincu
Tipo de Pago free
Idiomas Soportados 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"
}