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…

什么是zvTabs(Close left side tabs)?

zvTabs(Close left side tabs)是由https://www.zenoven.com开发的Chrome扩展程序,该扩展的主要功能是“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

下载zvTabs(Close left side tabs)扩展crx文件

下载zvTabs(Close left side tabs)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 zvTabs(Close left side tabs) zvTabs(Close left side tabs)
ID aelfgfndnhaiicaahkbpmgbbnflnbejb
官方URL https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb
简介 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…
文件大小 12.63 KB
安装次数 1,400
当前版本 1.3
更新时间 2021-07-09
上架时间 2012-08-21
评分 4.27/5 共15次评分
开发者 https://www.zenoven.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/zenoven/privacy-policy/blob/main/README.md
支持的语言 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"
        ]
    }
}