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