TabFusion

Combine all your Chrome tabs into a single window

What is TabFusion?

TabFusion is a Chrome extension developed by https://heatherrivers.com, and its main feature is "Combine all your Chrome tabs into a single window".

Extension Screenshots

screenshot

Download TabFusion Extension CRX File

Download TabFusion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TabFusion lets you combine all your tabs into a single window in a highly configurable way.

* Choose your own keyboard shortcut or use the browser button
* Decide which types of windows to combine (popups, panels, apps)
* Exclude tabs based on url patterns                    

Extension Basic Information

Name TabFusion TabFusion
ID abompjhjgaeodboocegeokagjjiafobj
Official URL https://chromewebstore.google.com/detail/tabfusion/abompjhjgaeodboocegeokagjjiafobj
Description Combine all your Chrome tabs into a single window
File Size 41.64 KB
Installation Count 324
Current Version 1.0.1
Last Updated 2015-03-22
Publish Date 2015-03-22
Rating 5.00/5 Total 4 Ratings
Developer https://heatherrivers.com
Payment Type free
Extension Website https://github.com/rivers/tabfusion
Help Page URL https://github.com/rivers/tabfusion/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabFusion",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Combine all your Chrome tabs into a single window",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "background": {
        "scripts": [
            "fusion.js",
            "listener.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "commands": {
        "fuseTabs": {
            "description": "Fuse all tabs",
            "suggested_key": {
                "windows": "Ctrl+Shift+T",
                "mac": "Command+MacCtrl+T",
                "chromeos": "Ctrl+Shift+T",
                "linux": "Ctrl+Shift+T"
            }
        }
    },
    "author": "Heather Rivers",
    "homepage_url": "https:\/\/github.com\/rivers\/tabfusion",
    "minimum_chrome_version": "40",
    "permissions": [
        "tabs",
        "windows",
        "storage"
    ],
    "offline_enabled": true
}