Close Tabs to the Left

Adds a button to close all tabs to the left of the current tab.

Was ist Close Tabs to the Left?

Close Tabs to the Left ist eine Chrome-Erweiterung, die von Erik Humphrey entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button to close all tabs to the left of the current tab.".

Erweiterungsscreenshots

screenshot

Close Tabs to the Left-Erweiterungs-CRX-Datei herunterladen

Laden Sie Close Tabs to the Left-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

                        Most browsers have the ability to right-click a tab and "Close tabs to the right", but not "Close tabs to the left"! This extension adds a button to the right of the address bar that all closes all tabs to the left of the current active tab.

Unlike most other extensions, it doesn't closed tabs you've pinned!                    

Grundlegende Informationen zur Erweiterung

Name Close Tabs to the Left Close Tabs to the Left
ID gggbppgpkegkkgjpmlbedgbmgomecmoj
Offizielle URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj
Beschreibung Adds a button to close all tabs to the left of the current tab.
Dateigröße 28.38 KB
Installationsanzahl 4,498
Aktuelle Version 1.2.1
Letztes Update 2021-05-11
Veröffentlichungsdatum 2019-06-26
Bewertung 4.59/5 Insgesamt 29 Bewertungen
Entwickler Erik Humphrey
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ErikHumphrey/close-tabs-to-the-left
Hilfeseite URL https://github.com/ErikHumphrey/close-tabs-to-the-left/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Erik Humphrey",
    "action": {
        "default_icon": {
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Close tabs to the left"
    },
    "background": {
        "service_worker": "TabCloseScript.js"
    },
    "description": "Adds a button to close all tabs to the left of the current tab.",
    "icons": {
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "Close Tabs to the Left",
    "short_name": "Close Left",
    "version": "1.2.1"
}