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 là gì?

Chrome_MultiMonitor là một tiện ích mở rộng Chrome được phát triển bởi emdsys, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome_MultiMonitor

Tải xuống các tệp mở rộng Chrome_MultiMonitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome_MultiMonitor Chrome_MultiMonitor
ID mlkplhocljobcbmokjlehlminmnfaddn
URL Chính Thức https://chromewebstore.google.com/detail/chromemultimonitor/mlkplhocljobcbmokjlehlminmnfaddn
Mô tả 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…
Kích Thước Tệp 17.28 KB
Số Lần Cài Đặt 11,449
Phiên Bản Hiện Tại 1.4.6
Cập Nhật Lần Cuối 2019-02-26
Ngày Phát Hành 2019-02-26
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển emdsys
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}