Bulky close tabs

Close multiple tabs by hostnames or position.

什么是Bulky close tabs?

Bulky close tabs是由eahta开发的Chrome扩展程序,该扩展的主要功能是“Close multiple tabs by hostnames or position.”。

扩展截图

screenshot

下载Bulky close tabs扩展crx文件

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

扩展使用说明

                        Version 1.0.3:
    The plugin only work on tabs in the current window.

Close multiple tabs by host names or position. Example:
"google, facebook": remove all tabs whose host name contain "google" or "facebook". 
"l": remove all tabs from the left side. 
"r": remove all tabs from the right side.                    

扩展基本信息

名称 Bulky close tabs Bulky close tabs
ID ggpngjjjpfoplolfkljmlhkcgdefjgae
官方URL https://chromewebstore.google.com/detail/bulky-close-tabs/ggpngjjjpfoplolfkljmlhkcgdefjgae
简介 Close multiple tabs by hostnames or position.
文件大小 723 KB
安装次数 85
当前版本 1.0.3
更新时间 2016-03-26
上架时间 2016-03-26
评分 5.00/5 共3次评分
开发者 eahta
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bulky close tabs",
    "description": "Close multiple tabs by hostnames or position.",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}