Close tabs to the left

Allows to close all tabs to the left

Hvad er Close tabs to the left?

Close tabs to the left er en Chrome-udvidelse udviklet af Acinonyx, og dens hovedfunktion er "Allows to close all tabs to the left".

Download Close tabs to the left-udvidelses-CRX-fil

Download Close tabs to the left-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Close tabs to the left Close tabs to the left
ID gcmjpicopfkgmjdomahfjkmhpcelklba
Officiel URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba
Beskrivelse Allows to close all tabs to the left
Filstørrelse 9.79 KB
Antal Installationer 2,724
Nuværende Version 1.3
Senest Opdateret 2013-02-18
Udgivelsesdato 2013-02-18
Bedømmelse 4.12/5 Samlet 41 Bedømmelser
Udvikler Acinonyx
Betalingsmetode free
Understøttede Sprog 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
}