Close Tabs To The Left

This extension allows the user to close chrome tabs to the left, with one press of the button

Co to jest Close Tabs To The Left?

Close Tabs To The Left to rozszerzenie Chrome opracowane przez fr1sk, a jego główną funkcją jest „This extension allows the user to close chrome tabs to the left, with one press of the button”.

Zrzuty ekranu rozszerzenia

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

                        On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!                    

Podstawowe informacje o rozszerzeniu

Nazwa Close Tabs To The Left Close Tabs To The Left
ID aejaklcloiadinippijlaoidldfpbomi
Oficjalny URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi
Opis This extension allows the user to close chrome tabs to the left, with one press of the button
Rozmiar pliku 11.62 KB
Liczba instalacji 35
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-02-22
Data Publikacji 2019-02-22
Deweloper fr1sk
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Close Tabs To The Left",
    "short_name": "CTTTL",
    "description": "This extension allows the user to close chrome tabs to the left, with one press of the button",
    "version": "1.2",
    "browser_action": {
        "default_icon": "resources\/icon.png"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}