Tab Box

Tab Manager

什么是Tab Box?

Tab Box是由tejkar777开发的Chrome扩展程序,该扩展的主要功能是“Tab Manager”。

扩展截图

screenshot
screenshot
screenshot

下载Tab Box扩展crx文件

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

扩展使用说明

                        Tab manager for managing multiple open tabs with simplicity.

Tab Box is a tab manager extension for Chrome that helps you manage multiple open tabs while using minimal system resources. Tab Box also comes with the tools for quick navigation to open tabs, and to easily save tabs.

User can see the list of all open tabs. User can select multiple tabs and save them. 'Resource' tab will show all the saved tabs title. User can click on the item to open that link.                    

扩展基本信息

名称 Tab Box Tab Box
ID habiejhoecconkpglffkehpfohefkpjk
官方URL https://chromewebstore.google.com/detail/tab-box/habiejhoecconkpglffkehpfohefkpjk
简介 Tab Manager
文件大小 9.51 KB
安装次数 347
当前版本 1.0.0
更新时间 2021-11-07
上架时间 2021-11-06
评分 5.00/5 共2次评分
开发者 tejkar777
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.freeprivacypolicy.com/live/0c778ee0-1aed-4a34-8716-fba023d236fc
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Box",
    "description": "Tab Manager",
    "version": "1.0.0",
    "manifest_version": 2,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "logo.png"
        }
    },
    "icons": {
        "128": "logo.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com\/11f67e7c0a.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/js\/bootstrap.bundle.min.js; object-src 'self'"
}