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 là gì?

Multiple PiP Changer là một tiện ích mở rộng Chrome được phát triển bởi https://gaerae.com, và tính năng chính của nó là "During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Multiple PiP Changer

Tải xuống các tệp mở rộng Multiple PiP Changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Multiple PiP Changer Multiple PiP Changer
ID heecooojlcebffhjpmipceockeamgohd
URL Chính Thức https://chromewebstore.google.com/detail/multiple-pip-changer/heecooojlcebffhjpmipceockeamgohd
Mô tả During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.
Kích Thước Tệp 33.32 KB
Số Lần Cài Đặt 812
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-09-04
Ngày Phát Hành 2020-09-02
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://gaerae.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gaerae/multiple-pip-changer
Ngôn Ngữ Được Hỗ Trợ 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
}