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'est-ce que Chrome_MultiMonitor ?

Chrome_MultiMonitor est une extension Chrome développée par emdsys, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome_MultiMonitor

Téléchargez les fichiers d'extension Chrome_MultiMonitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chrome_MultiMonitor Chrome_MultiMonitor
ID mlkplhocljobcbmokjlehlminmnfaddn
URL Officiel https://chromewebstore.google.com/detail/chromemultimonitor/mlkplhocljobcbmokjlehlminmnfaddn
Description 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…
Taille du Fichier 17.28 KB
Nombre d'Installations 11,449
Version Actuelle 1.4.6
Dernière Mise à Jour 2019-02-26
Date de Publication 2019-02-26
Évaluation 4.20/5 Total 5 Évaluations
Développeur emdsys
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}