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…

Was ist Chrome_MultiMonitor?

Chrome_MultiMonitor ist eine Chrome-Erweiterung, die von emdsys entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

Chrome_MultiMonitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chrome_MultiMonitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chrome_MultiMonitor Chrome_MultiMonitor
ID mlkplhocljobcbmokjlehlminmnfaddn
Offizielle URL https://chromewebstore.google.com/detail/chromemultimonitor/mlkplhocljobcbmokjlehlminmnfaddn
Beschreibung 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…
Dateigröße 17.28 KB
Installationsanzahl 11,449
Aktuelle Version 1.4.6
Letztes Update 2019-02-26
Veröffentlichungsdatum 2019-02-26
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler emdsys
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}