Tab Killer

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

Was ist Tab Killer?

Tab Killer ist eine Chrome-Erweiterung, die von Lucian Grijincu entwickelt wurde, und ihr Hauptmerkmal ist "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Tab Killer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Killer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tab Killer Tab Killer
ID emoianadnmpcffipnfhddhdjchjcchhb
Offizielle URL https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb
Beschreibung Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
Dateigröße 10.83 KB
Installationsanzahl 459
Aktuelle Version 1.4
Letztes Update 2017-01-24
Veröffentlichungsdatum 2017-01-24
Bewertung 3.60/5 Insgesamt 10 Bewertungen
Entwickler Lucian Grijincu
Zahlungsart free
Unterstützte Sprachen 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"
}