TabStash

git stash but for Chrome tabs.

Co to jest TabStash?

TabStash to rozszerzenie Chrome opracowane przez Lauren Barry, a jego główną funkcją jest „git stash but for Chrome tabs.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia TabStash

Pobierz pliki rozszerzeń TabStash w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TabStash TabStash
ID booibkcgheofaoklpolmjmgaepombmlk
Oficjalny URL https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk
Opis git stash but for Chrome tabs.
Rozmiar pliku 436 KB
Liczba instalacji 415
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-05-23
Data Publikacji 2020-05-21
Deweloper Lauren Barry
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/laurenbarry00/tabstash
Adres URL Strony Pomocy https://github.com/laurenbarry00/tabstash
Obsługiwane Języki 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"
    }
}