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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Chrome_MultiMonitor

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}