Tabs of our Lives - Manage Your Tabs Now

Wrangle in your tabs tonight. With a few clicks and taps, you'll easily manage your many windows and tabs.

什么是Tabs of our Lives - Manage Your Tabs Now?

Tabs of our Lives - Manage Your Tabs Now是由Nicholas Jensen开发的Chrome扩展程序,该扩展的主要功能是“Wrangle in your tabs tonight. With a few clicks and taps, you'll easily manage your many windows and tabs.”。

扩展截图

screenshot
screenshot

下载Tabs of our Lives - Manage Your Tabs Now扩展crx文件

下载Tabs of our Lives - Manage Your Tabs Now扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Don't lose track of your work.

When browsing, Tabs of Our Lives easily saves tabs as groups. Later, these can be restored.

★ View your open windows with their tabs

★ Navigate easily between windows

★ Search all windows and tabs for a website

★ Save a group of tabs

★ Copy your tabs to clipboard

★ Restore a group of tabs

If you'd like to support the developer for future updates and maintenance, there is a donation feature available. Thank you in advance for your support!                    

扩展基本信息

名称 Tabs of our Lives - Manage Your Tabs Now Tabs of our Lives - Manage Your Tabs Now
ID hpdgkdeokgdljggbajofdlcacgdolopc
官方URL https://chromewebstore.google.com/detail/tabs-of-our-lives-manage/hpdgkdeokgdljggbajofdlcacgdolopc
简介 Wrangle in your tabs tonight. With a few clicks and taps, you'll easily manage your many windows and tabs.
文件大小 553 KB
安装次数 1,111
当前版本 2.14.0
更新时间 2021-03-16
上架时间 2020-03-16
评分 4.40/5 共5次评分
开发者 Nicholas Jensen
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "2.14.0",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "author": "__MSG_extension_author__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "javascript\/page-background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "__MSG_extension_name__",
        "default_popup": "html\/browser-action-index.html"
    },
    "options_page": "html\/options-page-index.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            }
        }
    }
}