TabStash

git stash but for Chrome tabs.

What is TabStash?

TabStash is a Chrome extension developed by Lauren Barry, and its main feature is "git stash but for Chrome tabs.".

Extension Screenshots

screenshot
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

                        TabStash is a lightweight Chrome extension that allows users to temporarily save their currently-opened browser tabs, to be re-opened later.

Features:
- Save all currently open tabs in a "stash"
    - Saves the tab URL, position in browser bar, and whether the tab is focused
- Restore the most recently stashed tabs
- Stash multiple sets of tabs
- Restore a specific stash
- Delete a stash
- Clear all stashes

Why use TabStash?
Although this functionality already exists in the "continue where you left off" feature of Chrome or with the Ctrl+Shift+T shortcut, many users want to easily restore their tabs without permanently enabling this setting.                    

Extension Basic Information

Name TabStash TabStash
ID booibkcgheofaoklpolmjmgaepombmlk
Official URL https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk
Description git stash but for Chrome tabs.
File Size 436 KB
Installation Count 415
Current Version 1.1
Last Updated 2020-05-23
Publish Date 2020-05-21
Developer Lauren Barry
Email [email protected]
Payment Type free
Extension Website https://github.com/laurenbarry00/tabstash
Help Page URL https://github.com/laurenbarry00/tabstash
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabStash",
    "author": "Lauren Barry",
    "version": "1.1",
    "description": "git stash but for Chrome tabs.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open TabStash"
    },
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    }
}