TabTrum

Save & Launch your Browser Tab Combinations in a blink.

TabTrumとは何ですか?

TabTrumはShuvam Mannaによって開発されたChromeの拡張機能で、その主な機能は「Save & Launch your Browser Tab Combinations in a blink.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

TabTrum拡張機能のCRXファイルをダウンロード

TabTrum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}