Close Tabs to the Left

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

Cos'è Close Tabs to the Left?

Close Tabs to the Left è un'estensione di Chrome sviluppata da Erik Humphrey, e la sua funzione principale è "Adds a button to close all tabs to the left of the current tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Close Tabs to the Left

Scarica i file di estensione Close Tabs to the Left in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Close Tabs to the Left Close Tabs to the Left
ID gggbppgpkegkkgjpmlbedgbmgomecmoj
URL Ufficiale https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj
Descrizione Adds a button to close all tabs to the left of the current tab.
Dimensione del File 28.38 KB
Conteggio Installazioni 4,498
Versione Corrente 1.2.1
Ultimo Aggiornamento 2021-05-11
Data di Pubblicazione 2019-06-26
Valutazione 4.59/5 Totale 29 Valutazioni
Sviluppatore Erik Humphrey
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ErikHumphrey/close-tabs-to-the-left
URL della Pagina di Aiuto https://github.com/ErikHumphrey/close-tabs-to-the-left/issues
Lingue Supportate 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"
}