TabStash

git stash but for Chrome tabs.

Was ist TabStash?

TabStash ist eine Chrome-Erweiterung, die von Lauren Barry entwickelt wurde, und ihr Hauptmerkmal ist "git stash but for Chrome tabs.".

Erweiterungsscreenshots

screenshot
screenshot

TabStash-Erweiterungs-CRX-Datei herunterladen

Laden Sie TabStash-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TabStash TabStash
ID booibkcgheofaoklpolmjmgaepombmlk
Offizielle URL https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk
Beschreibung git stash but for Chrome tabs.
Dateigröße 436 KB
Installationsanzahl 415
Aktuelle Version 1.1
Letztes Update 2020-05-23
Veröffentlichungsdatum 2020-05-21
Entwickler Lauren Barry
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/laurenbarry00/tabstash
Hilfeseite URL https://github.com/laurenbarry00/tabstash
Unterstützte Sprachen 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"
    }
}