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はhttps://gaerae.comによって開発されたChromeの拡張機能で、その主な機能は「During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Multiple PiP Changer拡張機能のCRXファイルをダウンロード

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
Eメール [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
}