Move tab to new window
Move the current tab into a new window
O que é Move tab to new window?
Move tab to new window é uma extensão do Chrome desenvolvida por Chimera, e sua principal característica é "Move the current tab into a new window".
Baixar o arquivo CRX da Extensão Move tab to new window
Baixe arquivos de extensão Move tab to new window 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
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
Informações Básicas da Extensão
Nome | ![]() |
ID | oakjilaellnhaoahkkmafkifjaoommam |
URL Oficial | https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam |
Descrição | Move the current tab into a new window |
Tamanho do Arquivo | 4.42 KB |
Contagem de Instalações | 80 |
Versão Atual | 0.1.0.0 |
Última Atualização | 2014-04-18 |
Data de Publicação | 2014-04-18 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Chimera |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |