Tab Browser Manager

Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access

什么是Tab Browser Manager?

Tab Browser Manager是由A & C开发的Chrome扩展程序,该扩展的主要功能是“Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access”。

扩展截图

screenshot

下载Tab Browser Manager扩展crx文件

下载Tab Browser Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⬇️Easy to set up ⬇️:

1. Install the extension.
2. Enable the extension by clicking on the icon and the Current Session will open in a new tab.
3. Click on “Save” to save the current session and name the session for later use.

✨Features ✨

1. Saves opened tabs as collections that can be easily restored later. 
2. Can recover the opened tabs after a crash.
3. Manages all opened tabs from a separate tab.
4. Stores the collections for later use.

Use this extension for freeing up memory and avoiding clutter.                    

扩展基本信息

名称 Tab Browser Manager Tab Browser Manager
ID dmeinaeacepcangddenhkmommengmlpk
官方URL https://chromewebstore.google.com/detail/tab-browser-manager/dmeinaeacepcangddenhkmommengmlpk
简介 Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access
文件大小 23.6 KB
安装次数 112
当前版本 1.0.0
更新时间 2022-10-04
上架时间 2022-10-04
评分 4.61/5 共23次评分
开发者 A & C
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Browser Manager",
    "version": "1.0.0",
    "description": "Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access",
    "action": {
        "default_title": "Tab Browser Manager - Manage your browser from one place"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ]
}