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.”。
扩展截图
下载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 |
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": [ " |