Close tabs to the left

Allows to close all tabs to the left

Wat is Close tabs to the left?

Close tabs to the left is een Chrome-extensie ontwikkeld door Acinonyx, en de belangrijkste functie is "Allows to close all tabs to the left".

Download het CRX-bestand van de extensie Close tabs to the left

Download Close tabs to the left-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Too many tabs opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.                    

Basisinformatie over de Extensie

Naam Close tabs to the left Close tabs to the left
ID gcmjpicopfkgmjdomahfjkmhpcelklba
Officiële URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba
Beschrijving Allows to close all tabs to the left
Bestandsgrootte 9.79 KB
Aantal Installaties 2,724
Huidige Versie 1.3
Laatst Bijgewerkt 2013-02-18
Publicatiedatum 2013-02-18
Beoordeling 4.12/5 Totaal 41 Beoordelingen
Ontwikkelaar Acinonyx
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close tabs to the left",
    "version": "1.3",
    "description": "Allows to close all tabs to the left",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Close tabs to the left",
        "default_icon": "close_icon.png"
    },
    "manifest_version": 2
}