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
公式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
Eメール [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"
    ]
}