zvTabs(Close left side tabs)

zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close…

Co to jest zvTabs(Close left side tabs)?

zvTabs(Close left side tabs) to rozszerzenie Chrome opracowane przez https://www.zenoven.com, a jego główną funkcją jest „zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia zvTabs(Close left side tabs)

Pobierz pliki rozszerzeń zvTabs(Close left side tabs) 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

                        zvTabs can close all the tabs on the left side with just one click by two ways,
 1:right click on the web page and select 'Close left side tabs' 
 2:click on the plugin icon(on the top right of Chrome)                    

Podstawowe informacje o rozszerzeniu

Nazwa zvTabs(Close left side tabs) zvTabs(Close left side tabs)
ID aelfgfndnhaiicaahkbpmgbbnflnbejb
Oficjalny URL https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb
Opis zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close…
Rozmiar pliku 12.63 KB
Liczba instalacji 1,400
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2021-07-09
Data Publikacji 2012-08-21
Ocena 4.27/5 Łącznie 15 Oceny
Deweloper https://www.zenoven.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://github.com/zenoven/privacy-policy/blob/main/README.md
Obsługiwane Języki en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "16",
    "description": "__MSG_extDescription__",
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "images\/16.png"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}