TabMan

Save your tabs, organize and reload them whenever you like

TabManとは何ですか?

TabManはgili yohananによって開発されたChromeの拡張機能で、その主な機能は「Save your tabs, organize and reload them whenever you like」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        You can save your favorite tabs and reload them whenever you like.
 Also you can place a timer to each tab or window so it deletes automaticaly from history.
TabSaver helps you to organize and manage your tabs and wondows.                    

拡張機能の基本情報

名前 TabMan TabMan
ID mjecgmidbglkbhhhbijalnpnbelnhgnh
公式URL https://chromewebstore.google.com/detail/tabman/mjecgmidbglkbhhhbijalnpnbelnhgnh
説明 Save your tabs, organize and reload them whenever you like
ファイルサイズ 868 KB
インストール数 83
現在のバージョン 3.1.0
最終更新日 2015-12-31
公開日 2015-12-30
評価 5.00/5 合計 5 レビュー
開発者 gili yohanan
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabMan",
    "description": "Save your tabs, organize and reload them whenever you like",
    "version": "3.1.0",
    "browser_action": {
        "default_title": "TabMan",
        "default_popup": "index.html"
    },
    "commands": {
        "arrange": {
            "suggested_key": {
                "default": "Alt+A",
                "windows": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "arrange my tabs"
        },
        "split": {
            "suggested_key": {
                "default": "Alt+S",
                "windows": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "split window"
        },
        "merge": {
            "suggested_key": {
                "default": "Alt+M",
                "windows": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "merge windows"
        },
        "past": {
            "suggested_key": {
                "default": "Alt+V",
                "windows": "Alt+V",
                "mac": "Alt+V"
            },
            "description": "past my tab"
        },
        "copy": {
            "description": "copy my tab"
        },
        "cut": {
            "description": "cut my tab"
        }
    },
    "icons": {
        "32": "1.png",
        "64": "1.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ]
}