U tabs

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

Vad är U tabs?

U tabs är en Chrome-tillägg utvecklad av Neil, och dess huvudfunktion är "This extension will merge all the tabs from different windows into one window".

Tilläggsskärmbilder

screenshot

Ladda ner U tabs-förlängningens CRX-fil

Ladda ner U tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn U tabs U tabs
ID jamieplpgaodmgkcjpigniafokfmmhjk
Officiell webbadress https://chromewebstore.google.com/detail/u-tabs/jamieplpgaodmgkcjpigniafokfmmhjk
Beskrivning This extension will merge all the tabs from different windows into one window
Filstorlek 9.38 KB
Antal Installationer 102
Aktuell Version 1.0
Senast Uppdaterad 2017-03-16
Publiceringsdatum 2017-03-16
Utvecklare Neil
Betalningssätt free
Stödda Språk 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"
    ]
}