TabStash

git stash but for Chrome tabs.

什么是TabStash?

TabStash是由Lauren Barry开发的Chrome扩展程序,该扩展的主要功能是“git stash but for Chrome tabs.”。

扩展截图

screenshot
screenshot

下载TabStash扩展crx文件

下载TabStash扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 TabStash TabStash
ID booibkcgheofaoklpolmjmgaepombmlk
官方URL https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk
简介 git stash but for Chrome tabs.
文件大小 436 KB
安装次数 415
当前版本 1.1
更新时间 2020-05-23
上架时间 2020-05-21
开发者 Lauren Barry
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/laurenbarry00/tabstash
帮助页面URL https://github.com/laurenbarry00/tabstash
支持的语言 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"
    }
}