Close Tabs to the Left

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

Qu'est-ce que Close Tabs to the Left ?

Close Tabs to the Left est une extension Chrome développée par Erik Humphrey, et sa fonction principale est "Adds a button to close all tabs to the left of the current tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Close Tabs to the Left

Téléchargez les fichiers d'extension Close Tabs to the Left au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Close Tabs to the Left Close Tabs to the Left
ID gggbppgpkegkkgjpmlbedgbmgomecmoj
URL Officiel https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj
Description Adds a button to close all tabs to the left of the current tab.
Taille du Fichier 28.38 KB
Nombre d'Installations 4,498
Version Actuelle 1.2.1
Dernière Mise à Jour 2021-05-11
Date de Publication 2019-06-26
Évaluation 4.59/5 Total 29 Évaluations
Développeur Erik Humphrey
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ErikHumphrey/close-tabs-to-the-left
URL de la Page d'Aide https://github.com/ErikHumphrey/close-tabs-to-the-left/issues
Langues Prises en Charge 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"
}