Close tabs to the left

Allows to close all tabs to the left

Vad är Close tabs to the left?

Close tabs to the left är en Chrome-tillägg utvecklad av Acinonyx, och dess huvudfunktion är "Allows to close all tabs to the left".

Ladda ner Close tabs to the left-förlängningens CRX-fil

Ladda ner Close tabs to the left-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Close tabs to the left Close tabs to the left
ID gcmjpicopfkgmjdomahfjkmhpcelklba
Officiell webbadress https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba
Beskrivning Allows to close all tabs to the left
Filstorlek 9.79 KB
Antal Installationer 2,724
Aktuell Version 1.3
Senast Uppdaterad 2013-02-18
Publiceringsdatum 2013-02-18
Betyg 4.12/5 Totalt 41 Betyg
Utvecklare Acinonyx
Betalningssätt free
Stödda Språk 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
}