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…

Hvad er Chrome_MultiMonitor?

Chrome_MultiMonitor er en Chrome-udvidelse udviklet af emdsys, og dens hovedfunktion er "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…".

Udvidelsesskærmbilleder

screenshot

Download Chrome_MultiMonitor-udvidelses-CRX-fil

Download Chrome_MultiMonitor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Chrome_MultiMonitor Chrome_MultiMonitor
ID mlkplhocljobcbmokjlehlminmnfaddn
Officiel URL https://chromewebstore.google.com/detail/chromemultimonitor/mlkplhocljobcbmokjlehlminmnfaddn
Beskrivelse 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…
Filstørrelse 17.28 KB
Antal Installationer 11,449
Nuværende Version 1.4.6
Senest Opdateret 2019-02-26
Udgivelsesdato 2019-02-26
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler emdsys
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}