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…
What is zvTabs(Close left side tabs)?
zvTabs(Close left side tabs) is a Chrome extension developed by https://www.zenoven.com, and its main feature is "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…".
Extension Screenshots
Download zvTabs(Close left side tabs) Extension CRX File
Download zvTabs(Close left side tabs) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | zvTabs(Close left side tabs) |
ID | aelfgfndnhaiicaahkbpmgbbnflnbejb |
Official URL | 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… |
File Size | 12.63 KB |
Installation Count | 1,400 |
Current Version | 1.3 |
Last Updated | 2021-07-09 |
Publish Date | 2012-08-21 |
Rating | 4.27/5 Total 15 Ratings |
Developer | https://www.zenoven.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/zenoven/privacy-policy/blob/main/README.md |
Supported Languages | 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" ] } } |