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
Eメール [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"
    }
}