Tabs Closer

Cleans up your windows/tabs with 1 click of a mouse button

Tabs Closerとは何ですか?

Tabs Closerはhttp://tabscloser.comによって開発されたChromeの拡張機能で、その主な機能は「Cleans up your windows/tabs with 1 click of a mouse button」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Cleans up your windows/tabs with 1 click of a mouse button

The app is smart enough to close only those that are really needed to close.
For Example:
* Duplicate blank tabs
* Excess tabs to the right-most
* Excess tabs to the left-most
* Empty Windows (without tabs)

Note:
* It will not close those tabs that are pinned.

Short background:
This app was created as a result of my mouse’s middle button broken after closing so many tabs wherein there are a lot of times that some tabs should really be closed altogether.                    

拡張機能の基本情報

名前 Tabs Closer Tabs Closer
ID dhbpdnegbgnjkfnacjdgpkmcffmpbimi
公式URL https://chrome.google.com/webstore/detail/tabs-closer/dhbpdnegbgnjkfnacjdgpkmcffmpbimi
説明 Cleans up your windows/tabs with 1 click of a mouse button
ファイルサイズ 116 KB
インストール数 49
現在のバージョン 0.2.9
最終更新日 2014-02-19
公開日 2014-02-19
評価 4.20/5 合計 5 レビュー
開発者 http://tabscloser.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://tabscloser.com
ヘルプページのURL http://tabscloser.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Closer",
    "version": "0.2.9",
    "description": "Cleans up your windows\/tabs with 1 click of a mouse button",
    "icons": {
        "48": "img\/clean_48.png",
        "128": "img\/clean_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/lib\/jquery-1.7.1.min.js",
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/clean.png",
        "default_title": "Tabs Closer"
    },
    "homepage_url": "http:\/\/tabscloser.com",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}