TabStash

git stash but for Chrome tabs.

Cos'è TabStash?

TabStash è un'estensione di Chrome sviluppata da Lauren Barry, e la sua funzione principale è "git stash but for Chrome tabs.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TabStash

Scarica i file di estensione TabStash in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TabStash TabStash
ID booibkcgheofaoklpolmjmgaepombmlk
URL Ufficiale https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk
Descrizione git stash but for Chrome tabs.
Dimensione del File 436 KB
Conteggio Installazioni 415
Versione Corrente 1.1
Ultimo Aggiornamento 2020-05-23
Data di Pubblicazione 2020-05-21
Sviluppatore Lauren Barry
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/laurenbarry00/tabstash
URL della Pagina di Aiuto https://github.com/laurenbarry00/tabstash
Lingue Supportate 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"
    }
}