Tab Combine

Automaticlly combine tabs on the fly

什么是Tab Combine?

Tab Combine是由dcohenb开发的Chrome扩展程序,该扩展的主要功能是“Automaticlly combine tabs on the fly”。

扩展截图

下载Tab Combine扩展crx文件

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

扩展使用说明

                        Are you a Chrome power user that opens millions of tabs at the same time and then you can't find them?

Tab Combine to the rescue!

This extension takes unused tabs and combines them into a nifty group.
One you click the group tab it will ungroup immediately.

No more spent time on looking for that one tab from 2 hours ago.                    

扩展基本信息

名称 Tab Combine Tab Combine
ID kkhoclplmnhcmgeepaljkebgkdehanbk
官方URL https://chromewebstore.google.com/detail/tab-combine/kkhoclplmnhcmgeepaljkebgkdehanbk
简介 Automaticlly combine tabs on the fly
文件大小 12.83 KB
安装次数 118
当前版本 1.0.8
更新时间 2018-03-24
上架时间 2018-03-24
评分 3.00/5 共6次评分
开发者 dcohenb
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Combine",
    "manifest_version": 2,
    "short_name": "tab-combine",
    "description": "Automaticlly combine tabs on the fly",
    "version": "1.0.8",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "author": "Daniel Cohen ",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    }
}