U tabs

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

U tabs là gì?

U tabs là một tiện ích mở rộng Chrome được phát triển bởi Neil, và tính năng chính của nó là "This extension will merge all the tabs from different windows into one window".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng U tabs

Tải xuống các tệp mở rộng U tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên U tabs U tabs
ID jamieplpgaodmgkcjpigniafokfmmhjk
URL Chính Thức https://chromewebstore.google.com/detail/u-tabs/jamieplpgaodmgkcjpigniafokfmmhjk
Mô tả This extension will merge all the tabs from different windows into one window
Kích Thước Tệp 9.38 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-03-16
Ngày Phát Hành 2017-03-16
Nhà Phát Triển Neil
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}