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開發的Chrome擴展程式,該擴展的主要功能是“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

下載Chrome_MultiMonitor擴展crx文件

下載Chrome_MultiMonitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}