TabStack

A chrome extension to temporarily store a browser tab and to reopen it later.

TabStackとは何ですか?

TabStackはniehmによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to temporarily store a browser tab and to reopen it later.」です。

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

screenshot

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

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

拡張機能の使用方法

                        TabStack is a small chrome extension to temporarily store a browser tab. When reopened the tab is removed from the stack.
The stored tabs are synchronized between different chrome browsers in which you are logged in.                    

拡張機能の基本情報

名前 TabStack TabStack
ID cmfjpgcpeelgjenfhmddbdlddogcmpie
公式URL https://chromewebstore.google.com/detail/tabstack/cmfjpgcpeelgjenfhmddbdlddogcmpie
説明 A chrome extension to temporarily store a browser tab and to reopen it later.
ファイルサイズ 64.46 KB
インストール数 131
現在のバージョン 1.0
最終更新日 2013-07-23
公開日 2013-07-23
評価 4.11/5 合計 9 レビュー
開発者 niehm
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabStack",
    "description": "A chrome extension to temporarily store a browser tab and to reopen it later.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "safe.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}