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…

Chrome_MultiMonitor क्या है?

Chrome_MultiMonitor emdsys द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome_MultiMonitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Chrome_MultiMonitor Chrome_MultiMonitor
ID mlkplhocljobcbmokjlehlminmnfaddn
आधिकारिक URL https://chromewebstore.google.com/detail/chromemultimonitor/mlkplhocljobcbmokjlehlminmnfaddn
विवरण 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…
फ़ाइल का आकार 17.28 KB
स्थापना संख्या 11,449
वर्तमान संस्करण 1.4.6
अंतिम अपडेट 2019-02-26
प्रकाशन तिथि 2019-02-26
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर emdsys
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}