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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}