ZenTabz

Manage your Chrome tabs and bookmarks.

什么是ZenTabz?

ZenTabz是由https://zentabz.com开发的Chrome扩展程序,该扩展的主要功能是“Manage your Chrome tabs and bookmarks.”。

扩展截图

screenshot
screenshot

下载ZenTabz扩展crx文件

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

扩展使用说明

                        ZenTabz allows you view all your windows and tabs in a tabbed UI format, to give you a convenient searchable view of your browser tabs along with information about each browser window and how many tabs are open.

Select multiple tabs to close, move to another window, or save to bookmarks using the in-built bookmarks manager feature.

With ZenTabz, you can take back control of your browser tabs!                    

扩展基本信息

名称 ZenTabz ZenTabz
ID gjjchdfpfjbgddgklfkjbeeeoalagcpf
官方URL https://chromewebstore.google.com/detail/zentabz/gjjchdfpfjbgddgklfkjbeeeoalagcpf
简介 Manage your Chrome tabs and bookmarks.
文件大小 2.85 MB
安装次数 15
当前版本 3.0
更新时间 2023-01-11
上架时间 2017-12-21
评分 5.00/5 共8次评分
开发者 https://zentabz.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZenTabz",
    "description": "Manage your Chrome tabs and bookmarks.",
    "version": "3.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "ZenTabz"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}