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