TabStash

Group your tabs and open them later.

What is TabStash?

TabStash is a Chrome extension developed by https://browser-extensions.com, and its main feature is "Group your tabs and open them later.".

Extension Screenshots

screenshot

Download TabStash Extension CRX File

Download TabStash 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

                        Group your tabs and open them later.                    

Extension Basic Information

Name TabStash TabStash
ID mdeicgkmlobfdddmfplopohhnhkiiicj
Official URL https://chromewebstore.google.com/detail/tabstash/mdeicgkmlobfdddmfplopohhnhkiiicj
Description Group your tabs and open them later.
File Size 299 KB
Installation Count 16
Current Version 0.0.1
Last Updated 2017-10-27
Publish Date 2017-10-27
Developer https://browser-extensions.com
Email [email protected]
Payment Type free
Extension Website http://browser-extensions.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "permissions": [
        "history",
        "tabCapture",
        "tabs",
        "topSites",
        "storage",
        "unlimitedStorage",
        ""
    ]
}