Move tab to new window

Move the current tab into a new window

Cos'è Move tab to new window?

Move tab to new window è un'estensione di Chrome sviluppata da Chimera, e la sua funzione principale è "Move the current tab into a new window".

Scarica il file CRX dell'estensione Move tab to new window

Scarica i file di estensione Move tab to new window in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Move a tab into its own window. You can bind a shortcut key to this action, allowing you to put a tab in a new window, without taking your hands off the keyboard.

Source code available here: https://github.com/tvdv/Tab2NewWnd                    

Informazioni di Base sull'Estensione

Nome Move tab to new window Move tab to new window
ID oakjilaellnhaoahkkmafkifjaoommam
URL Ufficiale https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam
Descrizione Move the current tab into a new window
Dimensione del File 4.42 KB
Conteggio Installazioni 80
Versione Corrente 0.1.0.0
Ultimo Aggiornamento 2014-04-18
Data di Pubblicazione 2014-04-18
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Chimera
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Move tab to new window",
    "version": "0.1.0.0",
    "description": "Move the current tab into a new window",
    "short_name": "TabToNewWnd",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "newWnd.png",
        "default_title": "Move tab to a new Window"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}