JoinTabs

Combines all Chrome tabs in separate windows into a single window

What is JoinTabs?

JoinTabs is a Chrome extension developed by rodrigo.siqueira, and its main feature is "Combines all Chrome tabs in separate windows into a single window".

Extension Screenshots

screenshot

Download JoinTabs Extension CRX File

Download JoinTabs 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

                        Combines all Chrome tabs in separate windows into a single window.
Click the magnet icon in your browser to join all tabs and opened windows and popups into a single main browser window.
 
Version 1.4
Updated version - free with no ads and no banners.

Some computers may have the "grey screen" issue (Chrome bug - Merge Tabs function broken) after joining tabs:
http://code.google.com/p/chromium/issues/detail?id=53990                    

Extension Basic Information

Name JoinTabs JoinTabs
ID bjmimocndihpmdoelbiilpkkfkppikap
Official URL https://chromewebstore.google.com/detail/jointabs/bjmimocndihpmdoelbiilpkkfkppikap
Description Combines all Chrome tabs in separate windows into a single window
File Size 28.08 KB
Installation Count 6,421
Current Version 1.4.15
Last Updated 2012-09-26
Publish Date 2012-09-26
Rating 4.15/5 Total 46 Ratings
Developer rodrigo.siqueira
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "iconjoin19.png",
        "default_title": "JoinTabs"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "shortcut.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ]
        }
    ],
    "description": "Combines all Chrome tabs in separate windows into a single window",
    "icons": {
        "128": "iconjoin128.png",
        "16": "iconjoin16.png",
        "48": "iconjoin48.png"
    },
    "manifest_version": 2,
    "name": "JoinTabs",
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.15"
}