TabEraser

Context menu to close tabs in various clever ways.

什么是TabEraser?

TabEraser是由voy开发的Chrome扩展程序,该扩展的主要功能是“Context menu to close tabs in various clever ways.”。

扩展截图

screenshot

下载TabEraser扩展crx文件

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

扩展使用说明

                        This simple, yet useful extension allows you to close tabs on the same domain (*.example.com) or the same second-level domain (example.com). Optionally, you can keep you current tab open.                    

扩展基本信息

名称 TabEraser TabEraser
ID daaaifdfmdlfafaaaofcigdafnmioeco
官方URL https://chromewebstore.google.com/detail/taberaser/daaaifdfmdlfafaaaofcigdafnmioeco
简介 Context menu to close tabs in various clever ways.
文件大小 125 KB
安装次数 79
当前版本 2.1.4
更新时间 2021-05-15
上架时间 2019-03-08
评分 3.63/5 共8次评分
开发者 voy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/voy/chrome-close-tabs/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.1.4",
    "name": "TabEraser",
    "description": "Context menu to close tabs in various clever ways.",
    "homepage_url": "https:\/\/github.com\/voy\/chrome-close-tabs\/",
    "background": {
        "scripts": [
            "bundle.js"
        ]
    },
    "icons": {
        "128": "images\/close-tabs-128.png",
        "48": "images\/close-tabs-48.png",
        "32": "images\/close-tabs-32.png",
        "24": "images\/close-tabs-24.png",
        "16": "images\/close-tabs-16.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "tabs"
    ]
}