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"
    ]
}