Tab Manager

Quickly and conveniently manage your open tabs

Tab Managerとは何ですか?

Tab Managerはjoshperryによって開発されたChromeの拡張機能で、その主な機能は「Quickly and conveniently manage your open tabs」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Manipulate, sort, and search through all of your open tabs!

This is OPEN SOURCE! You can find the source code for this extension at https://github.com/joshperry/Tab-Manager

Please report bugs and/or feature requests at the github link above.                    

拡張機能の基本情報

名前 Tab Manager Tab Manager
ID eobcjlgohobbfcgabmijkdgpjkknpbbo
公式URL https://chromewebstore.google.com/detail/tab-manager/eobcjlgohobbfcgabmijkdgpjkknpbbo
説明 Quickly and conveniently manage your open tabs
ファイルサイズ 734 KB
インストール数 2,733
現在のバージョン 4.2.0
最終更新日 2016-07-21
公開日 2016-07-21
評価 4.80/5 合計 56 レビュー
開発者 joshperry
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/joshperry/Tab-Manager
ヘルプページのURL https://github.com/joshperry/Tab-Manager/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager",
    "version": "4.2.0",
    "manifest_version": 2,
    "description": "Quickly and conveniently manage your open tabs",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+M"
            }
        }
    }
}