tab-killer

A chrome extension for closing duplicate tabs, and so on.

tab-killerとは何ですか?

tab-killerはmarineboxによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension for closing duplicate tabs, and so on.」です。

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

screenshot
screenshot

tab-killer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension has the feature to organize tabs, such as closing duplicate tabs, and so on.

You can use the following features.
1. Show the numbers of duplicate tabs on the extension's icon.
2. When you have the tabs that have the same URL, this extension leaves only one and closes the others.
3. Close all tabs whose URL is matched with the keyword you specified.
4. Close all tabs which have the domain you designated.
5. Rearrange tabs by URL.
6. Whitelist
7. History


Any bug reports, feature requests, or pull request is always welcome.
https://github.com/marinebox/tab-killer                    

拡張機能の基本情報

名前 tab-killer tab-killer
ID gpmdlohnnmjfoojdcjojoimhkiifcbkl
公式URL https://chromewebstore.google.com/detail/tab-killer/gpmdlohnnmjfoojdcjojoimhkiifcbkl
説明 A chrome extension for closing duplicate tabs, and so on.
ファイルサイズ 490 KB
インストール数 101
現在のバージョン 1.3.1
最終更新日 2022-05-01
公開日 2021-11-06
評価 5.00/5 合計 2 レビュー
開発者 marinebox
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/marinebox/tab-killer
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tab-killer",
    "description": "__MSG_appDescription__",
    "version": "1.3.1",
    "default_locale": "en",
    "manifest_version": 3,
    "action": {
        "default_title": "tab-killer",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "images\/16icon.png",
        "48": "images\/48icon.png",
        "128": "images\/128icon.png"
    },
    "commands": {
        "closeDuplicateTabs": {
            "description": "__MSG_shortcutCloseDuplicateTabsOnCurrentWindowDescription__"
        },
        "closeDuplicateTabsOnAllWindows": {
            "description": "__MSG_shortcutCloseDuplicateTabsOnAllWindowsDescription__"
        }
    }
}