Stash

Too many tabs? With Stash, batch save, quickly stash, easily recover.

What is Stash?

Stash is a Chrome extension developed by Léon, and its main feature is "Too many tabs? With Stash, batch save, quickly stash, easily recover.".

Extension Screenshots

screenshot

Download Stash Extension CRX File

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

                        Too many tabs? With Stash, batch save, quickly stash, easily recover.
Stash makes it easier to save your window(tabs). And you can found them on stash list. By clicking the item, the tabs will be recovered.                    

Extension Basic Information

Name Stash Stash
ID cacanmllkminddbhckmepccebmhnglnj
Official URL https://chromewebstore.google.com/detail/stash/cacanmllkminddbhckmepccebmhnglnj
Description Too many tabs? With Stash, batch save, quickly stash, easily recover.
File Size 192 KB
Installation Count 1,673
Current Version 0.2.5
Last Updated 2018-06-30
Publish Date 2018-06-29
Rating 5.00/5 Total 17 Ratings
Developer Léon
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.2.5",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "16": "images\/logo16.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/logo16.png",
        "default_title": "__MSG_iconTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/key.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs",
        "bookmarks"
    ]
}