TabStack

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

What is TabStack?

TabStack is a Chrome extension developed by niehm, and its main feature is "A chrome extension to temporarily store a browser tab and to reopen it later.".

Extension Screenshots

screenshot

Download TabStack Extension CRX File

Download TabStack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TabStack TabStack
ID cmfjpgcpeelgjenfhmddbdlddogcmpie
Official URL https://chromewebstore.google.com/detail/tabstack/cmfjpgcpeelgjenfhmddbdlddogcmpie
Description A chrome extension to temporarily store a browser tab and to reopen it later.
File Size 64.46 KB
Installation Count 131
Current Version 1.0
Last Updated 2013-07-23
Publish Date 2013-07-23
Rating 4.11/5 Total 9 Ratings
Developer niehm
Payment Type free
Supported Languages 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"
    ]
}