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
电子邮箱 [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__"
        }
    }
}