Move tabs between windows
Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
O que é Move tabs between windows?
Move tabs between windows é uma extensão do Chrome desenvolvida por Ivan Novikov, e sua principal característica é "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".
Baixar o arquivo CRX da Extensão Move tabs between windows
Baixe arquivos de extensão Move tabs between windows 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
Usually you have just the current tab selected, but Chrome also has built-in functionality to select multiple tabs: — To select specific tabs in a window, click tab handles while holding down Cmd (Mac) or Ctrl (Windows) key. — To select a range of tabs, click tab handles while holding down the Shift key. Source code: https://github.com/ivan7237d/move-tabs
Informações Básicas da Extensão
Nome | Move tabs between windows |
ID | dcgkknngicjdagcjljfbhgdimlfhafag |
URL Oficial | https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag |
Descrição | Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window. |
Tamanho do Arquivo | 3.54 KB |
Contagem de Instalações | 216 |
Versão Atual | 1.0 |
Última Atualização | 2016-11-08 |
Data de Publicação | 2016-11-08 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | Ivan Novikov |
Tipo de Pagamento | free |
Site da Extensão | https://twitter.com/ivan7237d |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Move tabs between windows", "version": "1.0", "description": "Click the extension's toolbar button, then switch to another Chrome window \u2014 selected tab(s) will move to that window.", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "background.js" ] }, "offline_enabled": true, "browser_action": { "default_title": "Move tabs to another window" } } |