New Window Tab

Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)

Cos'è New Window Tab?

New Window Tab è un'estensione di Chrome sviluppata da Ashkan, e la sua funzione principale è "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione New Window Tab

Scarica i file di estensione New Window Tab 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

                        A chrome extension that fills a simple need. It creates a keyboard shortcut (Alt+Shift+W by default) which pops out the current tab into a new window. It automatically chooses the window location using chrome's suggestion for a "natural" offset (about 10 pixels offset from parent's top and left). It keeps the same window size as the parent window.                    

Informazioni di Base sull'Estensione

Nome New Window Tab New Window Tab
ID likdgnpafjdanfaaoendcmkkpefbfiel
URL Ufficiale https://chrome.google.com/webstore/detail/new-window-tab/likdgnpafjdanfaaoendcmkkpefbfiel
Descrizione Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)
Dimensione del File 581 KB
Conteggio Installazioni 25
Versione Corrente 1.0.0
Ultimo Aggiornamento 2014-12-14
Data di Pubblicazione 2014-12-14
Sviluppatore Ashkan
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/norcalli/newtabwindow
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Window Tab",
    "description": "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "19",
    "icons": {
        "16": "icons\/win16.png",
        "48": "icons\/win48.png",
        "128": "icons\/win128.png"
    },
    "background": {
        "scripts": [
            "js\/hook.js"
        ],
        "persistent": false
    },
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Alt+Shift+W"
            },
            "description": "Open current tab in new window"
        }
    },
    "permissions": [
        "tabs"
    ]
}