TabTrum

Save & Launch your Browser Tab Combinations in a blink.

Wat is TabTrum?

TabTrum is een Chrome-extensie ontwikkeld door Shuvam Manna, en de belangrijkste functie is "Save & Launch your Browser Tab Combinations in a blink.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TabTrum

Download TabTrum-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 !                    

Basisinformatie over de Extensie

Naam TabTrum TabTrum
ID jhfphbjeobgkfkhjapgihmpgphcikgik
Officiële URL https://chromewebstore.google.com/detail/tabtrum/jhfphbjeobgkfkhjapgihmpgphcikgik
Beschrijving Save & Launch your Browser Tab Combinations in a blink.
Bestandsgrootte 53.2 KB
Aantal Installaties 201
Huidige Versie 1.2.0
Laatst Bijgewerkt 2021-02-22
Publicatiedatum 2020-11-22
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar Shuvam Manna
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tabtrum.live
Help Pagina-URL https://twitter.com/tabtrumapp
Ondersteunde Talen 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"
        }
    }
}