Maximize Dragged Tab

Automatically maximizes any tab that is dragged out of a window.

¿Qué es Maximize Dragged Tab?

Maximize Dragged Tab es una extensión de Chrome desarrollada por Evan99w, y su función principal es "Automatically maximizes any tab that is dragged out of a window.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Maximize Dragged Tab

Descarga archivos de extensión Maximize Dragged Tab 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

                        Re-enables the ability that automatically maximizes tabs that are dragged off of the main window. 
Chrome 100 and some other versions lack this feature, this extension allows you to use it again.

Comes with the option to toggle it on or off.
Particularly useful if you have multiple monitors or use multiple chrome windows at once.

Unfortunately does not seem to work on mac.                    

Información Básica de la Extensión

Nombre Maximize Dragged Tab Maximize Dragged Tab
ID niaijlpbaogmimhfoaakogncgmhhopge
URL Oficial https://chromewebstore.google.com/detail/maximize-dragged-tab/niaijlpbaogmimhfoaakogncgmhhopge
Descripción Automatically maximizes any tab that is dragged out of a window.
Tamaño del Archivo 10.86 KB
Cantidad de Instalaciones 3,546
Versión Actual 1.0.8
Última Actualización 2022-05-29
Fecha de Publicación 2022-04-08
Calificación 3.96/5 Total de 81 Calificaciones
Desarrollador Evan99w
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maximize Dragged Tab",
    "description": "Automatically maximizes any tab that is dragged out of a window.",
    "version": "1.0.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}