Tab Stasher

Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup

What is Tab Stasher?

Tab Stasher is a Chrome extension developed by https://www.zenoven.com, and its main feature is "Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup".

Extension Screenshots

screenshot

Download Tab Stasher Extension CRX File

Download Tab Stasher 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

                        暂存标签插件可以一键将当前窗口中所有已打开的标签页暂存,您还可以在插件的小窗口中管理所有已保存的记录。                    

Extension Basic Information

Name Tab Stasher Tab Stasher
ID igbkiendclmannlppkbacbfnolhgoino
Official URL https://chromewebstore.google.com/detail/tab-stasher/igbkiendclmannlppkbacbfnolhgoino
Description Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup
File Size 67.76 KB
Installation Count 1,000
Current Version 1.1.3
Last Updated 2016-12-13
Publish Date 2016-12-13
Rating 4.63/5 Total 8 Ratings
Developer https://www.zenoven.com
Email [email protected]
Payment Type free
Extension Website https://github.com/zenoven/tab-stash
Privacy Policy Page URL https://github.com/zenoven/privacy-policy/blob/main/README.md
Supported Languages en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "16",
    "description": "__MSG_extDescription__",
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}