TabStash

git stash but for Chrome tabs.

Apa itu TabStash?

TabStash adalah ekstensi Chrome yang dikembangkan oleh Lauren Barry, dan fitur utamanya adalah "git stash but for Chrome tabs.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TabStash

Unduh file ekstensi TabStash dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TabStash TabStash
ID booibkcgheofaoklpolmjmgaepombmlk
URL Resmi https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk
Deskripsi git stash but for Chrome tabs.
Ukuran File 436 KB
Jumlah Instalasi 415
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-05-23
Tanggal Publikasi 2020-05-21
Pengembang Lauren Barry
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/laurenbarry00/tabstash
URL Halaman Bantuan https://github.com/laurenbarry00/tabstash
Bahasa yang Didukung 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"
    }
}