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
Eメール [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": []
}