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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}