Close tabs to the left

Allows to close all tabs to the left

Close tabs to the leftとは何ですか?

Close tabs to the leftはAcinonyxによって開発されたChromeの拡張機能で、その主な機能は「Allows to close all tabs to the left」です。

Close tabs to the left拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Too many tabs opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.                    

拡張機能の基本情報

名前 Close tabs to the left Close tabs to the left
ID gcmjpicopfkgmjdomahfjkmhpcelklba
公式URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba
説明 Allows to close all tabs to the left
ファイルサイズ 9.79 KB
インストール数 2,724
現在のバージョン 1.3
最終更新日 2013-02-18
公開日 2013-02-18
評価 4.12/5 合計 41 レビュー
開発者 Acinonyx
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close tabs to the left",
    "version": "1.3",
    "description": "Allows to close all tabs to the left",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Close tabs to the left",
        "default_icon": "close_icon.png"
    },
    "manifest_version": 2
}