MoveTab

A chrome extension that helps you move your tabs from one window to another without dragging and dropping.

O que é MoveTab?

MoveTab é uma extensão do Chrome desenvolvida por sawjax, e sua principal característica é "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MoveTab

Baixe arquivos de extensão MoveTab 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

                        Ever tried moving a chrome tab to another window while its minimised or on another desktop, all the while having to drag it and find the right focus on the right window? Annoying isn't it? 

MoveTab solves that problem by helping you move tabs in two steps. 
1. Go to the tab you want to move and click on MoveTab. 
2. Go to the window where you want it and click on MoveTab again.

It's that simple!                    

Informações Básicas da Extensão

Nome MoveTab MoveTab
ID jokbmfhbamgbbjglhcphlpkcklpbceid
URL Oficial https://chromewebstore.google.com/detail/movetab/jokbmfhbamgbbjglhcphlpkcklpbceid
Descrição A chrome extension that helps you move your tabs from one window to another without dragging and dropping.
Tamanho do Arquivo 29.04 KB
Contagem de Instalações 149
Versão Atual 1.0
Última Atualização 2014-09-01
Data de Publicação 2014-09-01
Classificação 4.92/5 Total de 12 Avaliações
Desenvolvedor sawjax
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MoveTab",
    "description": "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Move this tab",
        "default_icon": {
            "19": "icons\/icon19in.png",
            "38": "icons\/icon38in.png"
        }
    },
    "manifest_version": 2
}