New Window Tab

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

O que é New Window Tab?

New Window Tab é uma extensão do Chrome desenvolvida por Ashkan, e sua principal característica é "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão New Window Tab

Baixe arquivos de extensão New Window Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome New Window Tab New Window Tab
ID likdgnpafjdanfaaoendcmkkpefbfiel
URL Oficial https://chrome.google.com/webstore/detail/new-window-tab/likdgnpafjdanfaaoendcmkkpefbfiel
Descrição Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)
Tamanho do Arquivo 581 KB
Contagem de Instalações 25
Versão Atual 1.0.0
Última Atualização 2014-12-14
Data de Publicação 2014-12-14
Desenvolvedor Ashkan
Tipo de Pagamento free
Site da Extensão https://github.com/norcalli/newtabwindow
Idiomas Suportados 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"
    ]
}