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
官方網址 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"
    }
}