U tabs

This extension will merge all the tabs from different windows into one window

What is U tabs?

U tabs is a Chrome extension developed by Neil, and its main feature is "This extension will merge all the tabs from different windows into one window".

Extension Screenshots

screenshot

Download U tabs Extension CRX File

Download U tabs 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

                        Merge all the tabs from all the Chrome windows into the current window.                    

Extension Basic Information

Name U tabs U tabs
ID jamieplpgaodmgkcjpigniafokfmmhjk
Official URL https://chromewebstore.google.com/detail/u-tabs/jamieplpgaodmgkcjpigniafokfmmhjk
Description This extension will merge all the tabs from different windows into one window
File Size 9.38 KB
Installation Count 102
Current Version 1.0
Last Updated 2017-03-16
Publish Date 2017-03-16
Developer Neil
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "U tabs",
    "description": "This extension will merge all the tabs from different windows into one window",
    "version": "1.0",
    "background": {
        "scripts": [
            "merge.js"
        ]
    },
    "icons": {
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_title": "Merge all tabs"
    },
    "permissions": [
        "tabs"
    ]
}