Close tabs to the left

Allows to close all tabs to the left

Co to jest Close tabs to the left?

Close tabs to the left to rozszerzenie Chrome opracowane przez Acinonyx, a jego główną funkcją jest „Allows to close all tabs to the left”.

Pobierz plik CRX rozszerzenia Close tabs to the left

Pobierz pliki rozszerzeń Close tabs to the left w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Close tabs to the left Close tabs to the left
ID gcmjpicopfkgmjdomahfjkmhpcelklba
Oficjalny URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba
Opis Allows to close all tabs to the left
Rozmiar pliku 9.79 KB
Liczba instalacji 2,724
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2013-02-18
Data Publikacji 2013-02-18
Ocena 4.12/5 Łącznie 41 Oceny
Deweloper Acinonyx
Typ Płatności free
Obsługiwane Języki 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
}