Close All Tabs

Close all open tabs, pinned tabs, and incognito mode tabs.

什么是Close All Tabs?

Close All Tabs是由mark.smith56725开发的Chrome扩展程序,该扩展的主要功能是“Close all open tabs, pinned tabs, and incognito mode tabs.”。

扩展截图

screenshot
screenshot
screenshot

下载Close All Tabs扩展crx文件

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

扩展使用说明

                        Easy Tab Cleanup is the quickest way to manage your chrome tabs. Allows for quick and easy access to close tabs manage tabs, and customize options for private browsing mode. 

easy Tab clean-up allows for users to specify certain settings and save these settings in your browser. Easy Tab Clean Up does not save your personal data. To find out more please visit easytabcleanup.com/?a=privacy                    

扩展基本信息

名称 Close All Tabs Close All Tabs
ID cgclhkbaopocbigfahclandepkfhnnnf
官方URL https://chromewebstore.google.com/detail/close-all-tabs/cgclhkbaopocbigfahclandepkfhnnnf
简介 Close all open tabs, pinned tabs, and incognito mode tabs.
文件大小 30.15 KB
安装次数 5,908
当前版本 1.1.7
更新时间 2022-10-04
上架时间 2022-10-04
开发者 mark.smith56725
电子邮箱 [email protected]
付费类型 free
扩展官网 https://easytabcleanup.com
帮助页面URL https://easytabcleanup.com/?a=privacy
隐私政策页面URL http://easytabcleanup.com?a=privacy
支持的语言 en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Easy Tab Clean Up"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    },
    "description": "Close all open tabs, pinned tabs, and incognito mode tabs.",
    "homepage_url": "https:\/\/easytabcleanup.com\/",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Close All Tabs",
    "options_ui": {
        "open_in_tab": true,
        "page": "\/options\/options.html"
    },
    "permissions": [
        "contextMenus",
        "webNavigation",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7"
}