Move tab to new window
Move the current tab into a new window
¿Qué es Move tab to new window?
Move tab to new window es una extensión de Chrome desarrollada por Chimera, y su función principal es "Move the current tab into a new window".
Descargar Archivo CRX de la Extensión Move tab to new window
Descarga archivos de extensión Move tab to new window 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
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
Información Básica de la Extensión
Nombre | ![]() |
ID | oakjilaellnhaoahkkmafkifjaoommam |
URL Oficial | https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam |
Descripción | Move the current tab into a new window |
Tamaño del Archivo | 4.42 KB |
Cantidad de Instalaciones | 80 |
Versión Actual | 0.1.0.0 |
Última Actualización | 2014-04-18 |
Fecha de Publicación | 2014-04-18 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | Chimera |
Tipo de Pago | free |
Idiomas Soportados | 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 } |