Close My Tabs

Close all open tabs at once !!

Close My Tabsとは何ですか?

Close My Tabsはintrendchromeによって開発されたChromeの拡張機能で、その主な機能は「Close all open tabs at once !!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Close My Tabs拡張機能のCRXファイルをダウンロード

Close My Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Too many tabs open? Close My Tabs will close them all at once with the click of a button. You can also set it to ask you before closing all the tabs. Just go to options and set the proper settings.                    

拡張機能の基本情報

名前 Close My Tabs Close My Tabs
ID nogodmiaohiadblfhmhibfmohlcmdpbh
公式URL https://chrome.google.com/webstore/detail/close-my-tabs/nogodmiaohiadblfhmhibfmohlcmdpbh
説明 Close all open tabs at once !!
ファイルサイズ 97.71 KB
インストール数 767
現在のバージョン 1.0
最終更新日 2014-01-16
公開日 2014-01-16
評価 4.44/5 合計 9 レビュー
開発者 intrendchrome
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close My Tabs",
    "description": "Close all open tabs at once !!",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "",
        "default_icon": "CloseMyTabs_Icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html"
}