Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

Tab Manager (by shimomire)とは何ですか?

Tab Manager (by shimomire)はshimomireによって開発されたChromeの拡張機能で、その主な機能は「This is a tool to manage tab that is currently open on a single screen.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Tab Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

拡張機能の基本情報

名前 Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
公式URL https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
説明 This is a tool to manage tab that is currently open on a single screen.
ファイルサイズ 260 KB
インストール数 783
現在のバージョン 1.0.5
最終更新日 2012-11-23
公開日 2012-11-23
評価 3.83/5 合計 12 レビュー
開発者 shimomire
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}