Multi Window Presentation

Multi window presentation!

ما هو Multi Window Presentation؟

Multi Window Presentation هو إضافة Chrome تم تطويرها بواسطة https://nxgen.cloud، والميزة الرئيسية لها هي "Multi window presentation!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Multi Window Presentation

قم بتنزيل ملفات الامتداد Multi Window Presentation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Multi window presentation is used to open up to 4 full screen windows in 4 different monitors, based on the configuration URL's.                    

معلومات أساسية عن التمديد

الاسم Multi Window Presentation Multi Window Presentation
ID objimdjmdmbllijjkgpbfdahmcalijib
عنوان URL الرسمي https://chromewebstore.google.com/detail/multi-window-presentation/objimdjmdmbllijjkgpbfdahmcalijib
الوصف Multi window presentation!
حجم الملف 44.63 KB
عدد التثبيتات 69
النسخة الحالية 2.0
آخر تحديث 2022-04-30
تاريخ النشر 2022-03-22
تقييم 5.00/5 مجموع تقييمات 1
المطور https://nxgen.cloud
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Window Presentation",
    "description": "Multi window presentation!",
    "version": "2.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/nxg-16.png",
            "32": "\/images\/nxg-32.png",
            "48": "\/images\/nxg-48.png",
            "128": "\/images\/nxg-128.png"
        }
    },
    "icons": {
        "16": "\/images\/nxg-16.png",
        "32": "\/images\/nxg-32.png",
        "48": "\/images\/nxg-48.png",
        "128": "\/images\/nxg-128.png"
    }
}