TabTrum

Save & Launch your Browser Tab Combinations in a blink.

TabTrum क्या है?

TabTrum Shuvam Manna द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save & Launch your Browser Tab Combinations in a blink."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TabTrum एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 !                    

एक्सटेंशन की मूल जानकारी

नाम TabTrum TabTrum
ID jhfphbjeobgkfkhjapgihmpgphcikgik
आधिकारिक URL https://chromewebstore.google.com/detail/tabtrum/jhfphbjeobgkfkhjapgihmpgphcikgik
विवरण Save & Launch your Browser Tab Combinations in a blink.
फ़ाइल का आकार 53.2 KB
स्थापना संख्या 201
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2021-02-22
प्रकाशन तिथि 2020-11-22
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर Shuvam Manna
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tabtrum.live
सहायता पृष्ठ URL https://twitter.com/tabtrumapp
समर्थित भाषाएँ 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"
        }
    }
}