Tab Killer

Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!

Tab Killerとは何ですか?

Tab KillerはLucian Grijincuによって開発されたChromeの拡張機能で、その主な機能は「Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Tab Killer拡張機能のCRXファイルをダウンロード

Tab Killer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Right click and choose what to close:
- duplicate tabs
- tabs to the left or right
- from the same or different domain or URL as the current one
- from the current domain, but with a part of the URL path identical                    

拡張機能の基本情報

名前 Tab Killer Tab Killer
ID emoianadnmpcffipnfhddhdjchjcchhb
公式URL https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb
説明 Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
ファイルサイズ 10.83 KB
インストール数 459
現在のバージョン 1.4
最終更新日 2017-01-24
公開日 2017-01-24
評価 3.60/5 合計 10 レビュー
開発者 Lucian Grijincu
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "tab-killer.html"
    },
    "description": "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!",
    "icons": {
        "128": "x-128.png"
    },
    "manifest_version": 2,
    "name": "Tab Killer",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.4"
}