Chrome_MultiMonitor

This extension will help you to position a tab on another monitor from a web page. Actually chrome will not let you to do that from…

¿Qué es Chrome_MultiMonitor?

Chrome_MultiMonitor es una extensión de Chrome desarrollada por emdsys, y su función principal es "This extension will help you to position a tab on another monitor from a web page. Actually chrome will not let you to do that from…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Chrome_MultiMonitor

Descarga archivos de extensión Chrome_MultiMonitor 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

                        This extension will help you to position a tab on another monitor from a web page. Actually chrome will not let you to do that from a web page, you have to manually do that. So this extension will come to your aid on that.

Also you can not do that by only just installing this extension. You need some changes in your web application to do that.

*Note: This extension will not work for all.                    

Información Básica de la Extensión

Nombre Chrome_MultiMonitor Chrome_MultiMonitor
ID mlkplhocljobcbmokjlehlminmnfaddn
URL Oficial https://chromewebstore.google.com/detail/chromemultimonitor/mlkplhocljobcbmokjlehlminmnfaddn
Descripción This extension will help you to position a tab on another monitor from a web page. Actually chrome will not let you to do that from…
Tamaño del Archivo 17.28 KB
Cantidad de Instalaciones 11,449
Versión Actual 1.4.6
Última Actualización 2019-02-26
Fecha de Publicación 2019-02-26
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador emdsys
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome_MultiMonitor",
    "version": "1.4.6",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "system.display"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "favicon_16.ico"
    ]
}