Multiple PiP Changer
During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.
Was ist Multiple PiP Changer?
Multiple PiP Changer ist eine Chrome-Erweiterung, die von https://gaerae.com entwickelt wurde, und ihr Hauptmerkmal ist "During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.".
Erweiterungsscreenshots
Multiple PiP Changer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Multiple PiP Changer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | heecooojlcebffhjpmipceockeamgohd |
| Offizielle URL | https://chromewebstore.google.com/detail/multiple-pip-changer/heecooojlcebffhjpmipceockeamgohd |
| Beschreibung | During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed. |
| Dateigröße | 33.32 KB |
| Installationsanzahl | 812 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2020-09-04 |
| Veröffentlichungsdatum | 2020-09-02 |
| Bewertung | 2.50/5 Insgesamt 2 Bewertungen |
| Entwickler | https://gaerae.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/gaerae/multiple-pip-changer |
| Unterstützte Sprachen | 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": [
" | |