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
电子邮箱 [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"
        }
    }
}