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…

Cos'è zvTabs(Close left side tabs)?

zvTabs(Close left side tabs) è un'estensione di Chrome sviluppata da https://www.zenoven.com, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione zvTabs(Close left side tabs)

Scarica i file di estensione zvTabs(Close left side tabs) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome zvTabs(Close left side tabs) zvTabs(Close left side tabs)
ID aelfgfndnhaiicaahkbpmgbbnflnbejb
URL Ufficiale https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb
Descrizione 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…
Dimensione del File 12.63 KB
Conteggio Installazioni 1,400
Versione Corrente 1.3
Ultimo Aggiornamento 2021-07-09
Data di Pubblicazione 2012-08-21
Valutazione 4.27/5 Totale 15 Valutazioni
Sviluppatore https://www.zenoven.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/zenoven/privacy-policy/blob/main/README.md
Lingue Supportate 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"
        ]
    }
}