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…

Qu'est-ce que zvTabs(Close left side tabs) ?

zvTabs(Close left side tabs) est une extension Chrome développée par https://www.zenoven.com, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension zvTabs(Close left side tabs)

Téléchargez les fichiers d'extension zvTabs(Close left side tabs) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom zvTabs(Close left side tabs) zvTabs(Close left side tabs)
ID aelfgfndnhaiicaahkbpmgbbnflnbejb
URL Officiel https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb
Description 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…
Taille du Fichier 12.63 KB
Nombre d'Installations 1,400
Version Actuelle 1.3
Dernière Mise à Jour 2021-07-09
Date de Publication 2012-08-21
Évaluation 4.27/5 Total 15 Évaluations
Développeur https://www.zenoven.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/zenoven/privacy-policy/blob/main/README.md
Langues Prises en Charge 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"
        ]
    }
}