U tabs

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

什麼是U tabs?

U tabs是由Neil開發的Chrome擴展程式,該擴展的主要功能是“This extension will merge all the tabs from different windows into one window”。

擴展截圖

screenshot

下載U tabs擴展crx文件

下載U tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 U tabs U tabs
ID jamieplpgaodmgkcjpigniafokfmmhjk
官方網址 https://chromewebstore.google.com/detail/u-tabs/jamieplpgaodmgkcjpigniafokfmmhjk
簡介 This extension will merge all the tabs from different windows into one window
檔案大小 9.38 KB
安裝次數 102
目前版本 1.0
更新時間 2017-03-16
上架時間 2017-03-16
開發者 Neil
付費類型 free
支援的語言 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"
    ]
}