TabTrum

Save & Launch your Browser Tab Combinations in a blink.

Cos'è TabTrum?

TabTrum è un'estensione di Chrome sviluppata da Shuvam Manna, e la sua funzione principale è "Save & Launch your Browser Tab Combinations in a blink.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TabTrum

Scarica i file di estensione TabTrum 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

                        We built TabTrum to address one key problem. 
There are multiple instances when we have quite a few tabs open on our browser, and that causes our devices to stutter. TabTrum is a tool that let's you take snapshots of open tabs so that you can sometimes close the Browser and free up RAM on your machine.

When you need the tabs next, simply click on "Launch Tabs" from the Snapshot and voila! You have your tabs ready to go.

With TabTrum, you can -
➡️ Open n tabs (duh),
➡️ Save them as a Snapshot when you're taking off,
➡️ Close the browser in peace,
➡️ Come back and launch all tabs at once !                    

Informazioni di Base sull'Estensione

Nome TabTrum TabTrum
ID jhfphbjeobgkfkhjapgihmpgphcikgik
URL Ufficiale https://chromewebstore.google.com/detail/tabtrum/jhfphbjeobgkfkhjapgihmpgphcikgik
Descrizione Save & Launch your Browser Tab Combinations in a blink.
Dimensione del File 53.2 KB
Conteggio Installazioni 201
Versione Corrente 1.2.0
Ultimo Aggiornamento 2021-02-22
Data di Pubblicazione 2020-11-22
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore Shuvam Manna
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tabtrum.live
URL della Pagina di Aiuto https://twitter.com/tabtrumapp
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabTrum",
    "version": "1.2.0",
    "description": "Save & Launch your Browser Tab Combinations in a blink.",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "tabtrum_128.png"
        },
        "icons": {
            "16": "tabtrum_16.png",
            "32": "tabtrum_32.png",
            "48": "tabtrum_48.png",
            "128": "tabtrum_128.png"
        }
    }
}