Multiple PiP Changer

During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.

ما هو Multiple PiP Changer؟

Multiple PiP Changer هو إضافة Chrome تم تطويرها بواسطة https://gaerae.com، والميزة الرئيسية لها هي "During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Multiple PiP Changer

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

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

                        During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.

Supports Picture-in-Picture functionality to YouTube, Netflix, Amazon Video, Twitch, and more!

Keyboard shortcut: Alt + P (⌥ + P on macOS)                    

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

الاسم Multiple PiP Changer Multiple PiP Changer
ID heecooojlcebffhjpmipceockeamgohd
عنوان URL الرسمي https://chromewebstore.google.com/detail/multiple-pip-changer/heecooojlcebffhjpmipceockeamgohd
الوصف During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.
حجم الملف 33.32 KB
عدد التثبيتات 812
النسخة الحالية 1.0
آخر تحديث 2020-09-04
تاريخ النشر 2020-09-02
تقييم 2.50/5 مجموع تقييمات 2
المطور https://gaerae.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/gaerae/multiple-pip-changer
اللغات المدعومة en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.0",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "",
        "storage"
    ],
    "manifest_version": 2
}