Close All Tabs

Close all open tabs and create an empty tab

什么是Close All Tabs?

Close All Tabs是由iris009147开发的Chrome扩展程序,该扩展的主要功能是“Close all open tabs and create an empty tab”。

扩展截图

screenshot

下载Close All Tabs扩展crx文件

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

扩展使用说明

                        This crome Extension extension allows users to quickly close all open tabs in all open windows                    

扩展基本信息

名称 Close All Tabs Close All Tabs
ID dlpdgeljpkenimejgdeaainabjjmknlp
官方URL https://chromewebstore.google.com/detail/close-all-tabs/dlpdgeljpkenimejgdeaainabjjmknlp
简介 Close all open tabs and create an empty tab
文件大小 12.25 KB
安装次数 308
当前版本 0.0.1
更新时间 2022-01-08
上架时间 2022-01-08
开发者 iris009147
电子邮箱 [email protected]
付费类型 free
扩展官网 https://midhunz.github.io/close-all-tabs/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Close All Tabs",
    "description": "Close all open tabs and create an empty tab",
    "version": "0.0.1",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}