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…

Cos'è Chrome_MultiMonitor?

Chrome_MultiMonitor è un'estensione di Chrome sviluppata da emdsys, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chrome_MultiMonitor

Scarica i file di estensione Chrome_MultiMonitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chrome_MultiMonitor Chrome_MultiMonitor
ID mlkplhocljobcbmokjlehlminmnfaddn
URL Ufficiale https://chromewebstore.google.com/detail/chromemultimonitor/mlkplhocljobcbmokjlehlminmnfaddn
Descrizione 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…
Dimensione del File 17.28 KB
Conteggio Installazioni 11,449
Versione Corrente 1.4.6
Ultimo Aggiornamento 2019-02-26
Data di Pubblicazione 2019-02-26
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore emdsys
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}