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…
Was ist zvTabs(Close left side tabs)?
zvTabs(Close left side tabs) ist eine Chrome-Erweiterung, die von https://www.zenoven.com entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
zvTabs(Close left side tabs)-Erweiterungs-CRX-Datei herunterladen
Laden Sie zvTabs(Close left side tabs)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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)                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | aelfgfndnhaiicaahkbpmgbbnflnbejb | 
| Offizielle URL | https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb | 
| Beschreibung | 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… | 
| Dateigröße | 12.63 KB | 
| Installationsanzahl | 1,400 | 
| Aktuelle Version | 1.3 | 
| Letztes Update | 2021-07-09 | 
| Veröffentlichungsdatum | 2012-08-21 | 
| Bewertung | 4.27/5 Insgesamt 15 Bewertungen | 
| Entwickler | https://www.zenoven.com | 
| [email protected] | |
| Zahlungsart | free | 
| URL der Datenschutzrichtlinien-Seite | https://github.com/zenoven/privacy-policy/blob/main/README.md | 
| Unterstützte Sprachen | 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"
        ]
    }
}  |  |