Tab Manager

One click to close inactive, non-pinned Google Chrome tabs

Tab Managerとは何ですか?

Tab Managerはthealexbaronによって開発されたChromeの拡張機能で、その主な機能は「One click to close inactive, non-pinned Google Chrome tabs」です。

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

screenshot

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

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

拡張機能の使用方法

                        For some people, after a certain amount of time, inactive, unpinned tabs are basically garbage. This extension gives you a way to easily keep track of which tabs are crusty and remove them in one click.                    

拡張機能の基本情報

名前 Tab Manager Tab Manager
ID ojhlhhjjechopenpeeffmohkochglide
公式URL https://chromewebstore.google.com/detail/tab-manager/ojhlhhjjechopenpeeffmohkochglide
説明 One click to close inactive, non-pinned Google Chrome tabs
ファイルサイズ 70.44 KB
インストール数 11
現在のバージョン 1.5
最終更新日 2016-06-23
公開日 2016-06-23
評価 5.00/5 合計 2 レビュー
開発者 thealexbaron
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Manager",
    "version": "1.5",
    "description": "One click to close inactive, non-pinned Google Chrome tabs",
    "author": "Alex Baron",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}