Move tabs between windows

Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.

¿Qué es Move tabs between windows?

Move tabs between windows es una extensión de Chrome desarrollada por Ivan Novikov, y su función principal es "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".

Descargar Archivo CRX de la Extensión Move tabs between windows

Descarga archivos de extensión Move tabs between windows en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Move tabs between windows Move tabs between windows
ID dcgkknngicjdagcjljfbhgdimlfhafag
URL Oficial https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag
Descripción Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Tamaño del Archivo 3.54 KB
Cantidad de Instalaciones 216
Versión Actual 1.0
Última Actualización 2016-11-08
Fecha de Publicación 2016-11-08
Calificación 4.83/5 Total de 6 Calificaciones
Desarrollador Ivan Novikov
Tipo de Pago free
Sitio Web de la Extensión https://twitter.com/ivan7237d
Idiomas Soportados 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"
    }
}