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…

O que é Chrome_MultiMonitor?

Chrome_MultiMonitor é uma extensão do Chrome desenvolvida por emdsys, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chrome_MultiMonitor

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

                        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.                    

Informações Básicas da Extensão

Nome Chrome_MultiMonitor Chrome_MultiMonitor
ID mlkplhocljobcbmokjlehlminmnfaddn
URL Oficial https://chromewebstore.google.com/detail/chromemultimonitor/mlkplhocljobcbmokjlehlminmnfaddn
Descrição 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…
Tamanho do Arquivo 17.28 KB
Contagem de Instalações 11,449
Versão Atual 1.4.6
Última Atualização 2019-02-26
Data de Publicação 2019-02-26
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor emdsys
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}