Multiple PiP Changer
During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.
O que é Multiple PiP Changer?
Multiple PiP Changer é uma extensão do Chrome desenvolvida por https://gaerae.com, e sua principal característica é "During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Multiple PiP Changer
Baixe arquivos de extensão Multiple PiP Changer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | Multiple PiP Changer |
ID | heecooojlcebffhjpmipceockeamgohd |
URL Oficial | https://chromewebstore.google.com/detail/multiple-pip-changer/heecooojlcebffhjpmipceockeamgohd |
Descrição | During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed. |
Tamanho do Arquivo | 33.32 KB |
Contagem de Instalações | 812 |
Versão Atual | 1.0 |
Última Atualização | 2020-09-04 |
Data de Publicação | 2020-09-02 |
Classificação | 2.50/5 Total de 2 Avaliações |
Desenvolvedor | https://gaerae.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/gaerae/multiple-pip-changer |
Idiomas Suportados | 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": [ " |