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
官方網址 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"
}